Keep getting #NA

  • Thread starter Thread starter roxiemayfield
  • Start date Start date
R

roxiemayfield

Hi,

I have the following formula that I am having trouble with. If the lookup is
blank I would like the value to be 0. It keeps coming back #NA. What do I do
now?

Thank you for your help.

=VLOOKUP($B13,pmp3w1,3,FALSE)
 
Is pmp3w1 a defined name?
Or did you mean =VLOOKUP($B13,"pmp3w1",3,FALSE)

You can easily substitute #NA with zero, but you should test the correctness of your formula first.

To substitute:
=IF(ISNA(YourFormula),0,YourFormula)
But are you sure? Isn't something wrong with your formula(s)? Why should you take the trouble to develop a formula which doesn't
yield any meaningful result?

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

| Hi,
|
| I have the following formula that I am having trouble with. If the lookup is
| blank I would like the value to be 0. It keeps coming back #NA. What do I do
| now?
|
| Thank you for your help.
|
| =VLOOKUP($B13,pmp3w1,3,FALSE)
 

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