match date, print another cell

  • Thread starter Thread starter n8v_nerd
  • Start date Start date
N

n8v_nerd

It does fine for one column, but if I try to adapt it for the other
columns as well, it always returns the blank

Each of these are in a different column(like a calendar)
=IF(ISNA(MATCH(L10,Timesheet!E2:E6)),"X","")
=IF(ISNA(MATCH(M10,Timesheet!E2:E6)),"X","")
=IF(ISNA(MATCH(N10,Timesheet!E2:E6)),"X","")
=IF(ISNA(MATCH(O10,Timesheet!E2:E6)),"X","")
 
Hi
blank would indicate your values are simply not found. Are you sure
there's a match in E2:E6?
 

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

Back
Top