#1   Report Post  
gb_S49
 
Posts: n/a
Default Error message

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

  #2   Report Post  
Dave Peterson
 
Posts: n/a
Default

=if(iserror(yourformula),0,yourformula)



gb_S49 wrote:

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


--

Dave Peterson
  #3   Report Post  
gb_S49
 
Posts: n/a
Default

Dave, as always it looks so simple when a expert does it.
Thank you

"Dave Peterson" wrote:

=if(iserror(yourformula),0,yourformula)



gb_S49 wrote:

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


--

Dave Peterson

  #4   Report Post  
gb_S49
 
Posts: n/a
Default

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

"Dave Peterson" wrote:

=if(iserror(yourformula),0,yourformula)



gb_S49 wrote:

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


--

Dave Peterson

  #5   Report Post  
gb_S49
 
Posts: n/a
Default

Sussed it wahooooo
was missing second bracket between the first and second formulaes
Thanks

"Dave Peterson" wrote:

=if(iserror(yourformula),0,yourformula)



gb_S49 wrote:

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


--

Dave Peterson



  #6   Report Post  
Bob Phillips
 
Posts: n/a
Default

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)


"gb_S49" wrote in message
...
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

"Dave Peterson" wrote:

=if(iserror(yourformula),0,yourformula)



gb_S49 wrote:

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


--

Dave Peterson



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 12:02 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"