Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
How would I go about summing a range that has the occasional Error in that
range? Appreciatively, Arturo |
#2
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Summing values within a range | Excel Discussion (Misc queries) | |||
Summing a variable range of columns | Excel Worksheet Functions | |||
Summing a range using INDIRECT & ADDRESS | Excel Worksheet Functions | |||
Copy range of cells omitting formulas that result in " " | Excel Discussion (Misc queries) | |||
summing part of cells in a range | Excel Discussion (Misc queries) |