Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Chase
 
Posts: n/a
Default Can I turn the #N/A result from a lookup function to a zero?

Can I turn the #N/A result from a lookup function to a zero?

Thanks
  #2   Report Post  
Vacation's Over
 
Posts: n/a
Default Can I turn the #N/A result from a lookup function to a zero?

= if(isError( 'yourlookupcodehere) , 0 , 'yourlookupcodehere)

"Chase" wrote:

Can I turn the #N/A result from a lookup function to a zero?

Thanks

  #3   Report Post  
Alan
 
Posts: n/a
Default Can I turn the #N/A result from a lookup function to a zero?

=IF(ISNA(VLOOKUP(A1,C1:D100,2,FALSE)),0,VLOOKUP(A1 ,C1:D100,2,FALSE))
Regards,
Alan.
"Chase" wrote in message
...
Can I turn the #N/A result from a lookup function to a zero?

Thanks



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Can I turn the #N/A result from a lookup function to a zero?



"Chase" wrote:

Can I turn the #N/A result from a lookup function to a zero?

Thanks

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 127
Default Can I turn the #N/A result from a lookup function to a zero?

=IF(ISNA(your formula),0,your formula)


"mbpoet" wrote in message
...


"Chase" wrote:

Can I turn the #N/A result from a lookup function to a zero?

Thanks





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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to .. sbgvp Excel Discussion (Misc queries) 8 October 4th 05 09:16 PM
Lookup Function help marlea Excel Discussion (Misc queries) 2 August 23rd 05 07:30 PM
excel melissa Excel Worksheet Functions 2 August 19th 05 09:46 PM
LOOKUP function haroldhagar Excel Worksheet Functions 2 August 6th 05 07:38 PM
Pivot table doing a lookup without using the lookup function? NGASGELI Excel Discussion (Misc queries) 0 August 2nd 05 05:08 AM


All times are GMT +1. The time now is 04:32 PM.

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

About Us

"It's about Microsoft Excel"