matching formula

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to check a column to see if data there is on another worksheet. I
have the formula below which works but returns N/A if there is no match. How
do I get it to return yes if there is a match and no if there is not ?

Thanks

Todd

=IF(MATCH(C5,'Tracking Sheet'!E$2:E$3000,0),"yes","no")
 

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

Similar Threads


Back
Top