Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default #N/A error messages

I am trying to sum a colume that has some cells with '#N/A'. The cell with
the total, displays a '#N/A' now. How can I have that cell display the total
of the numbers entered when there are the errors in the sumed cells. Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 11,058
Default #N/A error messages

=SUM(IF(ISERROR(A1:A100),0,A1:A100))

an array formula. Must be entered with CNTRL-SHFT-ENTER rather than just
the ENTER key.
--
Gary''s Student - gsnu200800


"Loren Newton" wrote:

I am trying to sum a colume that has some cells with '#N/A'. The cell with
the total, displays a '#N/A' now. How can I have that cell display the total
of the numbers entered when there are the errors in the sumed cells. Thanks.

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 964
Default #N/A error messages

=SUMIF(A:A,"<"&99^99)

if you want to sum column A, entered normally

--


Regards,


Peo Sjoblom

"Loren Newton" wrote in message
...
I am trying to sum a colume that has some cells with '#N/A'. The cell with
the total, displays a '#N/A' now. How can I have that cell display the
total
of the numbers entered when there are the errors in the sumed cells.
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
Name error messages... Corkey Excel Worksheet Functions 3 December 31st 07 07:11 PM
Error Messages Kathy Excel Discussion (Misc queries) 9 May 16th 06 03:01 PM
error messages bf Excel Discussion (Misc queries) 2 April 12th 06 03:15 AM
Error Messages Jo Davis Excel Worksheet Functions 1 January 13th 06 12:04 PM
Error Messages mikel2634 Excel Worksheet Functions 0 May 21st 05 04:30 PM


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