hi,
I have the following formula which works well for me when it captures criteria based on one cell value.
=IF(ISERROR(INDEX(employee_names,SMALL(IF(day_1=$A$11,ROW(day_1)),ROW(1:1))-1,1))," ",INDEX(employee_names,SMALL(IF(day_1=$A$11,ROW(day_1)),ROW(1:1))-1,1))
I'm trying to expand it to...