Match

  • Thread starter Thread starter Bill Allen
  • Start date Start date
B

Bill Allen

If no result is found, how can I have this function return "0" instead of
"#N/A"?

Thanks,

Bill Allen
 
Bill Allen wrote...
If no result is found, how can I have this function return "0" instead of
"#N/A"?

=IF(ISNA(MATCH(...)),0,MATCH(...))
 
Thanks, Harlan.

This is one of those "palm to the forehead" moments.

:o)

Regards,

Bill
 

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