Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm trying to find a formula that will continue to search for a row that
meets the specified IF criteria without returning the rows that do not. i.e. I want the below reference range to provide the following based off of an IF statement. (the actual solution needs to work for hundreds of rows) 1 Cat 2 Dog 3 Cat 4 Dog 5 Cat Results: 1 3 5 |