#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 67
Default Summing

I need to sum a column where some of the cells have a value of #N/A. Is that
possible? If so, how?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Summing

=SUM(IF(ISNUMBER(A1:A7),A1:A7))

ctrl+shift+enter, not just enter


"Catherine" wrote:

I need to sum a column where some of the cells have a value of #N/A. Is that
possible? If so, how?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,572
Default Summing

It's really better practice to eliminate the errors from the calculating
column at the outset.
However, this should do what you ask:

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

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Catherine" wrote in message
...
I need to sum a column where some of the cells have a value of #N/A. Is
that
possible? If so, how?



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
Summing Catherine Excel Worksheet Functions 1 March 28th 07 02:09 AM
PivotTable and summing/not summing ~*Amanda*~[_2_] Excel Discussion (Misc queries) 1 March 14th 07 07:35 PM
Summing Rick Excel Worksheet Functions 8 May 31st 06 07:36 PM
Summing all BUT one... popunonkok Excel Worksheet Functions 6 April 26th 06 08:35 PM
Please Help with Summing mrharlow Excel Discussion (Misc queries) 1 February 11th 06 12:54 PM


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