VLookup Function

  • Thread starter Thread starter Greg
  • Start date Start date
G

Greg

When using the VLookup function, I am using "FALSE" as the
argument, for the "range_lookup" argument, because I only
want an exact match; however, it returns "#N/A" when there
is no exact match, as it's supposed to, but, I want it to
return a "0". What do I do ?

I have tried nesting it within a "IF" function, but
nothing I've tried has resulted in the return I want.
 
Thank you very much !
-----Original Message-----
Hi
the standard appraoch
=IF(ISNA(VLOOKUP....),0,VLOOKUP(...))

--
Regards
Frank Kabel
Frankfurt, Germany



.
 

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