ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Summing a Range Omitting the Occasional #N/A (https://www.excelbanter.com/excel-worksheet-functions/47596-summing-range-omitting-occasional-n.html)

Arturo

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

Dave Peterson

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

RagDyeR

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




All times are GMT +1. The time now is 12:00 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com