INDEX & MATCH

M

MFM

I have been using this formula to solve my issuue:

=if(iserror(INDEX($B$1:$E$1,MATCH(B14,INDEX($B$2:$E$11,MATCH(A14,$A$2:$A$11,0),0),0))),0,INDEX($B$1:$E$1,MATCH(B14,INDEX($B$2:$E$11,MATCH(A14,$A$2:$A$11,0),0),0)))

However, for a staff member not listed on a specific date, I would like to
search the next dates down until the staff member is found on a date, then
indicate the department thay worked.

Any help would be appreciated
 
G

galimi

I do not fully understand your challenge, but a custom function could be
written to achieve your purpose.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top