Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am using this typical array-entered construct in "copy down" mode to
generate a list: INDEX('All Data'!$B$4:$B$1504,SMALL(IF(AND('All Data'!$X$4:$X$1504=C$37,'All Data'!$A$4:$A$1504=$C$3),ROW('All Data'!$B$4:$B$1504)-ROW('All Data'!$I$4)+1),ROWS(C$40:C40))) I've had to introduce an AND function to test for two conditions inside the IF statement. I realize AND is not going to return an array, even with the whole function being array-entered. Is there something I can use instead of AND to produce a Boolean array: TRUE if both pairs test true, FALSE otherwise? TIA |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Use array for lookup value, to return array of lookups | Excel Discussion (Misc queries) | |||
Return 3D array? | Excel Worksheet Functions | |||
Use array to return array of values | Excel Worksheet Functions | |||
Return Array with Array | Excel Worksheet Functions | |||
ARRAY FORMULA-RETURN 0 INSTEAD OF #DIV/0 | Excel Worksheet Functions |