Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to figure this out... I want to do something like
=OR(K2:K(L2) <=30) where L2 is a variable number, so it would end up being L2 = 4 (but it is the sum of several numbers used else where) =OR(K2:K4 <=30) and this way it checks if K2 <= 30 K3 <= 30 K4 <= 30 And will return True if one of these is true... I tried =OR(INDIRECT("K"&2&":K"&$L2) <=30) Which only checks the first one and not the others Any ideas? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivot Table Error Message - "Command Text not set for command obje | Excel Discussion (Misc queries) | |||
SUM command using variable sheets | Excel Worksheet Functions | |||
variable height variable width stacked bar charts | Charts and Charting in Excel | |||
Sum cells based on a row variable and seperate column variable | Excel Worksheet Functions | |||
why is it saying sheetcnt is "variable not defined" how to do a global variable to share over multiple functions in vba for excel? | Excel Worksheet Functions |