foreveryone
New Member
- Joined
- Apr 20, 2018
- Messages
- 8
Hi. I'm trying to build a few tables using named ranges and array formulae but have hit a snag, hoping someone can help.
My strategy is to return the row numbers in a data table that match certain conditions and then use these in an INDEX function to return the data. My formula for the row numbers is:
{=SMALL(IF(Status="Follow-up",ROW(Status)),ROW())}
which I'll copy down a column. Status is a named range in this example.
What I'd like to do is add an OR condition to the IF so I can return rows where Status="Follow-up" or "Something else". Just thinking as I type, I guess I can add the conditions together somehow? I guess all I'm looking for is a single column of 0s and 1s to pass to the ROW function..
Thanks
My strategy is to return the row numbers in a data table that match certain conditions and then use these in an INDEX function to return the data. My formula for the row numbers is:
{=SMALL(IF(Status="Follow-up",ROW(Status)),ROW())}
which I'll copy down a column. Status is a named range in this example.
What I'd like to do is add an OR condition to the IF so I can return rows where Status="Follow-up" or "Something else". Just thinking as I type, I guess I can add the conditions together somehow? I guess all I'm looking for is a single column of 0s and 1s to pass to the ROW function..
Thanks