#N/A error messages

L

Loren Newton

I am trying to sum a colume that has some cells with '#N/A'. The cell with
the total, displays a '#N/A' now. How can I have that cell display the total
of the numbers entered when there are the errors in the sumed cells. Thanks.
 
G

Gary''s Student

=SUM(IF(ISERROR(A1:A100),0,A1:A100))

an array formula. Must be entered with CNTRL-SHFT-ENTER rather than just
the ENTER key.
 
P

Peo Sjoblom

=SUMIF(A:A,"<"&99^99)

if you want to sum column A, entered normally

--


Regards,


Peo Sjoblom
 

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

#N/A errors 1
IF Question 2
Sum a column that contains #N/A 1
Set add function ignore #N/A 1
#N/A Question 2
Excel Import Comments 3
VALUE Error 3
IF and #N/A 2

Top