"#VALUE!" in SUM

  • Thread starter Thread starter Phoenix
  • Start date Start date
P

Phoenix

Hi!

Example:
A1=1
A2=2
A3=NA
A4=4

If i use SUM(A1:A4) = 7
If i use A1+A2+A3+A4 = #VALUE!

How can i get Excel to summarize by using A1+A2+A3+A4 without
getting #VALUE! ?

Phoeni
 
Hi
just using the simple addition (not using the SUM function) will throw
an error if you are summing text strings (e.g. in your example cell
A3).
Either use SUM or remove text values from you summing range
 
I understand, but in this case i really need to use A1+A2+A3+A4.
The text cell A3 can in the future be a number, but for now I need tex
there. And I can't use the SUM formula, cause it's cells between tha
is not suppose to be summorized (A1:A4 was just an example). And m
sheet is huge...so it will be too much to correct each formula when
add number in there.

But an alternative is just to keep the #VALUE! there :-
 
Hi Phoenix

is it possible to use another solution such as a sumif ? is there anything
else on the row that is common and could be used to sumif on?

Cheers
JulieD
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Conditional Printing 2
max value 1
rank text 3
IF _ AND _ OR 3
Copy a formula using Vlookup 2
How to make Weighted Average 3
Combining Text From Cells 3
Excel =SUM(A1=A1+B1) 0

Back
Top