Summing

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to sum a column where some of the cells have a value of #N/A. Is that
possible? If so, how?
 
It's really better practice to eliminate the errors from the calculating
column at the outset.
However, this should do what you ask:

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

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

Back
Top