Hi,
I'm trying to combine the small function with the OR function to return all values which match certain criteria.
Summary Tab: I want to automate this tab by sourcing from the Data Sheet, matching the criteria listed in the grey text in row 1 ("part-time" or "temp" status in the data tab)
I tried this formula, but it's not working:
=IFERROR(INDEX(Data!$A$3:$C$265,SMALL(IF(Data!$B$3:$B$265=$A$1)+(Data!$B$3:$B$265=$B$1)),ROW(Data!$B$3:$B$265)-ROW(Data!$2:$2)),ROWS(A$3:A3)),MATCH(A$2,Data!$2:$2,0))),""))
Any ideas would be greatly appreciated!
Thanks!
Bookmarks