This is where I am at currently . =LOOKUP(A3,Friday,Shift)
I am looking up which shift a particular employee(A3) is working on Friday.
Friday = a column containing all the names of employees who are working Friday (50 rows)
Shift = a column containing all shifts being worked (50 rows)
My current formula (=LOOKUP(A3,Friday,Shift)) returns N/A if the data is not in ascending order
I am looking up which shift a particular employee(A3) is working on Friday.
Friday = a column containing all the names of employees who are working Friday (50 rows)
Shift = a column containing all shifts being worked (50 rows)
My current formula (=LOOKUP(A3,Friday,Shift)) returns N/A if the data is not in ascending order