Formulae to sum up values including special symbol?

  • Thread starter Thread starter tanks1308
  • Start date Start date
T

tanks1308

Hello all, I was trying to figure out if there is a way to write
formulae to sum up the values in the whole column. In this column
there are plenty of cells which has variable like #N/A. Appreciate i
you guys can help me with this problem. Thanks
 
Hi
better would be to change the formulas and avoid #N/A
errors. But try
 
=sum(if(iserror(A1:A100),"",A1:A100))
Entered with Ctrl+Shift+Enter rather than just Enter since it is an array
formula.
 

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