Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jaye
 
Posts: n/a
Default Making N/A become a zero

If I do a VLOOKUP and the resulting answer is #N/A, how can I get the result
to show as a zero (0) instead?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CarlosAntenna
 
Posts: n/a
Default Making N/A become a zero

=IF(ISNA("your vlookup here"),0,"your vlookup here")
or
=IF(ISERROR("your vlookup here"),0,"your vlookup here")

--
Carlos

"Jaye" wrote in message
...
If I do a VLOOKUP and the resulting answer is #N/A, how can I get the

result
to show as a zero (0) instead?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR
 
Posts: n/a
Default Making N/A become a zero

You can wrap your VLOOKUP formula in an IF statement, like.....

=IF(ISNA(YourVlookupFormula),0,YourVlookupFormula)

Vaya con Dios,
Chuck, CABGx3



"Jaye" wrote:

If I do a VLOOKUP and the resulting answer is #N/A, how can I get the result
to show as a zero (0) instead?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default Making N/A become a zero

Hi!

Try this:

=IF(ISNA(your_vlookup_here)),0,your_vlookup_here))

Biff

"Jaye" wrote in message
...
If I do a VLOOKUP and the resulting answer is #N/A, how can I get the
result
to show as a zero (0) instead?



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jaye
 
Posts: n/a
Default Making N/A become a zero

Hi, Chuck!! Thanks for your help. Worked perfectly.

"CLR" wrote:

You can wrap your VLOOKUP formula in an IF statement, like.....

=IF(ISNA(YourVlookupFormula),0,YourVlookupFormula)

Vaya con Dios,
Chuck, CABGx3



"Jaye" wrote:

If I do a VLOOKUP and the resulting answer is #N/A, how can I get the result
to show as a zero (0) instead?

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
Making multiple cells absolute at once Jamie A Miller Excel Discussion (Misc queries) 2 May 25th 05 01:13 AM
extracting comments in a cell and making these part of the Chart . Charles Charts and Charting in Excel 2 April 19th 05 03:40 PM
Making Mailing Labels Jerry Links and Linking in Excel 4 January 7th 05 05:09 PM
making an employee schedule in two sheets dankeith Excel Worksheet Functions 1 December 16th 04 04:10 AM
making a workbook into a web page. Brian Excel Worksheet Functions 0 December 16th 04 03:05 AM


All times are GMT +1. The time now is 11:24 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"