HI,
I am using the following array formula to get all the details from a table for all tasks allocated to a specific person (F1)
However, i wish to check the status also which is in column D
=IFERROR(INDEX($A:$A,SMALL(IF($B:$B=$F$1,ROW($B:$B)),ROWS($A$2:$A15))),"")
I've tried,
=IFERROR(INDEX($A:$A,SMALL(IF(AND($B:$B=$F$1,$D:$D="Open"),ROW($B:$B)),ROWS($A$2:$A15))),"")
But this returns 0's for the row found.
Thanks.
Bookmarks