VLOOKUP

  • Thread starter Thread starter Mel
  • Start date Start date
M

Mel

I am using Vlookup to get information from another
worksheet however when the worksheet does not match the
selected criteria iI get a #N/A. I was wondering if it
would be possible to created a nestd if function so that
when I get this as a response I could replace it with a
0. Please help me!!!!!!!!!



Thanks
 
Yes, You could use

IF(ISERROR(VLOOKUP(XXXX)),0,VLOOKUP(XXXX)

I hope to be helpful

A


----- Mel wrote: ----

I am using Vlookup to get information from another
worksheet however when the worksheet does not match the
selected criteria iI get a #N/A. I was wondering if it
would be possible to created a nestd if function so that
when I get this as a response I could replace it with a
0. Please help me!!!!!!!!



Thank
 

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

Avoiding redundant calculations 7
Vlookups not working 2
Help With VLOOKUP 2
Match and Vlookup issue 2
Formula Using Vlookup & Match 3
Use & with two formulas 2
VLOOKUP PROBLEM 2
VLOOKUP 3

Back
Top