Working on this sheet :
I want to basically find out "Last day worked" on a scheduling file "C" and "C2" Represent different type of shifts.
Row 2 has dates Row 16 has shifts
Basically searching for "C" or "C2" in Row 16 and returning results from Row 2 for the date
I am using this to get the result
=INDEX(O2:2,Match("C""C2",O16:16,+1))
But can only do one shift(search key i.e "C") using this
Is there a way to search for "C" and "C2" at the same time instead of using two columns and then determining the highest value ?
