Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

excel if value in range then return value

// Format will be: =IF(CellRef<Lowerbound & CellRef>Upperbound, Value, Else)
=IF(A1<10 & A1>20, "value", "")
Source by exceljet.net #
 
PREVIOUS NEXT
Tagged: #excel #range #return
ADD COMMENT
Topic
Name
7+5 =