Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This formula works very nicely to return the specified occurrence (F91);
however, is there a way to modify it to return a value based on criteria? Such as, if the value in say G90 is less than 0.2 or greater than 2.0 for the first occurence then return the second occurrence? =INDEX(ALTable,SMALL(IF(OFFSET(ALTable,0,0,ROWS(AL Table),1)=F90, ROW(OFFSET(ALTable,0,0,ROWS(ALTable),1))-ROW(OFFSET(ALTable,0,0,1,1))+1, ROW(OFFSET(ALTable,ROWS(ALTable)-1,0,1,1))+1),F91),2) Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Return info based on 1 criteria | Excel Discussion (Misc queries) | |||
Return a value based on two criteria | Excel Discussion (Misc queries) | |||
Return value from list based on criteria | Excel Worksheet Functions | |||
Return number OR sum based on two criteria | Excel Worksheet Functions | |||
return value based on two criteria | Excel Worksheet Functions |