Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Arturo
 
Posts: n/a
Default Summing a Range Omitting the Occasional #N/A

How would I go about summing a range that has the occasional Error in that
range?
Appreciatively,
Arturo
  #2   Report Post  
Dave Peterson
 
Posts: n/a
Default

One way:

=sum(if(isnumber(a1:a10),a1:a10))

This is an array formula. Hit ctrl-shift-enter instead of enter. If you do it
correctly, excel will wrap curly brackets {} around your formula. (don't type
them yourself.)

Arturo wrote:

How would I go about summing a range that has the occasional Error in that
range?
Appreciatively,
Arturo


--

Dave Peterson
  #3   Report Post  
RagDyeR
 
Posts: n/a
Default

Try this:

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

--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"Arturo" wrote in message
...
How would I go about summing a range that has the occasional Error in that
range?
Appreciatively,
Arturo


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 values within a range rmellison Excel Discussion (Misc queries) 7 September 2nd 05 12:43 PM
Summing a variable range of columns Richard Buttrey Excel Worksheet Functions 9 July 28th 05 06:52 PM
Summing a range using INDIRECT & ADDRESS Todd Excel Worksheet Functions 3 June 7th 05 10:53 PM
Copy range of cells omitting formulas that result in " " Plot only cells with values in column Excel Discussion (Misc queries) 1 May 24th 05 08:52 PM
summing part of cells in a range excelFan Excel Discussion (Misc queries) 2 December 5th 04 12:33 PM


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