SUM a column with errors

G

Guest

I need to sum several columns that due to formulas within the cells have a
result of #N/A. Is there a way to sum this column?
example is;
#N/A
#N/A
$8,100.00
$11,250.00
#N/A
$280.00
#N/A
TIA
Joe
 
B

Biff

Hi!

If the values will always be positive:

=SUMIF(A1:A10,">0")

Or, this one covers just about everything:

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

Biff
 

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

Top