Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Sam Sam is offline
external usenet poster
 
Posts: 699
Default How to display a 0 value rather than #N/A

Hi,

I have many linked sheets with multiple formulas. When I have yet to
populate a field, how can I get the formula to return a zero rather than an
#N/A when I sum my columns?

I'm currently using a combination of =if, lookup and vlookups across
multiple worksheets.

Thanks in advance...
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,339
Default How to display a 0 value rather than #N/A

Remove ISNA errors:

=IF(ISNA(your_formula),0,your_formula)

HTH

"sam" wrote:

Hi,

I have many linked sheets with multiple formulas. When I have yet to
populate a field, how can I get the formula to return a zero rather than an
#N/A when I sum my columns?

I'm currently using a combination of =if, lookup and vlookups across
multiple worksheets.

Thanks in advance...

  #3   Report Post  
Posted to microsoft.public.excel.misc
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default How to display a 0 value rather than #N/A


=SUMIF(A1:A6,"<#N/A")

Vaya con Dios,
Chuck, CABGx3



"sam" wrote:

Hi,

I have many linked sheets with multiple formulas. When I have yet to
populate a field, how can I get the formula to return a zero rather than an
#N/A when I sum my columns?

I'm currently using a combination of =if, lookup and vlookups across
multiple worksheets.

Thanks in advance...

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 display remaining txt file which overflowed MsgBox display? EagleOne Excel Discussion (Misc queries) 1 November 2nd 06 01:10 PM
Display every 3rd category name but still display latest month maryj Charts and Charting in Excel 1 September 24th 06 09:05 PM
Can I display an Excel chart as my screensaver display? Burke Charts and Charting in Excel 0 August 1st 06 07:01 PM
how to display numbers in thousands i.e display 10,000 as 10 excel2002 Excel Worksheet Functions 4 April 26th 06 07:53 PM
Numbers display as decimal, i.e. enter 123 display 1.23 IGH219 Setting up and Configuration of Excel 1 June 16th 05 09:16 PM


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