Error message

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

Guest

is there a way that instead of the following =VLOOKUP($AD$3,Jan,$AD4,0)
reporting back #N/A to report back for example 0
 
=if(iserror(yourformula),0,yourformula)



gb_S49 said:
is there a way that instead of the following =VLOOKUP($AD$3,Jan,$AD4,0)
reporting back #N/A to report back for example 0
 
sadly it did not work..it seems that it does not like the ,0, I have tried to
encapuslate it in speach marks but that did not work either
 
Sussed it wahooooo
was missing second bracket between the first and second formulaes
Thanks
 
Specifically for #N/A

=IF(ISNA(VLOOKUP($AD$3,Jan,$AD4,0)),0,VLOOKUP($AD$3,Jan,$AD4,0))


--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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