#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 33
Default NA -Errors to show 0

Is there a way when you perform a VLook-up and the value is not found that
the formula will produce 0 instead of NA
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default NA -Errors to show 0

=IF(ISERROR(VLOOKUP([your vlookup]),0,VLOOKUP([your vlookup]))

Dave
--
Brevity is the soul of wit.


"Newbee" wrote:

Is there a way when you perform a VLook-up and the value is not found that
the formula will produce 0 instead of NA

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 740
Default NA -Errors to show 0

hello
=if(isna("yourVlookup_formula"),0,("yourVlookup_fo rmula"))

--
*****
birds of the same feather flock together..



"Newbee" wrote:

Is there a way when you perform a VLook-up and the value is not found that
the formula will produce 0 instead of NA

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 33
Default NA -Errors to show 0

Thank you very much!!

"Dave F" wrote:

=IF(ISERROR(VLOOKUP([your vlookup]),0,VLOOKUP([your vlookup]))

Dave
--
Brevity is the soul of wit.


"Newbee" wrote:

Is there a way when you perform a VLook-up and the value is not found that
the formula will produce 0 instead of NA

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default NA -Errors to show 0

Just as long as you know that with ISERROR all errors will return 0, not just
the NA. You may be hiding something you should know about.

The ISNA trap will return 0 for data not found.

=IF(ISNA(VLOOKUP([your vlookup]),0,VLOOKUP([your vlookup]))


Gord Dibben MS Excel MVP


On Tue, 30 Jan 2007 09:15:01 -0800, Newbee
wrote:

Thank you very much!!

"Dave F" wrote:

=IF(ISERROR(VLOOKUP([your vlookup]),0,VLOOKUP([your vlookup]))

Dave
--
Brevity is the soul of wit.


"Newbee" wrote:

Is there a way when you perform a VLook-up and the value is not found that
the formula will produce 0 instead of NA


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
Macros Don't Show On Commands List and 'Normal.dot' SV Excel Worksheet Functions 3 December 13th 06 07:23 PM
Tracking Errors Karen Excel Worksheet Functions 1 April 6th 06 01:34 PM
Show data used and percent label Desiree Charts and Charting in Excel 2 October 18th 05 04:34 PM
leading zeros are not showing in the formula bar but do show in ce Debbie Excel Discussion (Misc queries) 2 October 2nd 05 03:26 PM
Show values from other sheet TONY Excel Worksheet Functions 0 August 31st 05 03:03 PM


All times are GMT +1. The time now is 02:26 AM.

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"