ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Formulae to sum up values including special symbol? (https://www.excelbanter.com/excel-programming/305315-formulae-sum-up-values-including-special-symbol.html)

tanks1308

Formulae to sum up values including special symbol?
 
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

--
Message posted from http://www.ExcelForum.com


Frank Kabel

Formulae to sum up values including special symbol?
 
Hi
better would be to change the formulas and avoid #N/A
errors. But try
=SUMIF(A:A,"<#N/A")


-----Original Message-----
Hello all, I was trying to figure out if there is a way

to write a
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 if
you guys can help me with this problem. Thanks.


---
Message posted from http://www.ExcelForum.com/

.


Tom Ogilvy

Formulae to sum up values including special symbol?
 
=sum(if(iserror(A1:A100),"",A1:A100))
Entered with Ctrl+Shift+Enter rather than just Enter since it is an array
formula.

--
Regards,
Tom Ogilvy

"tanks1308 " wrote in message
...
Hello all, I was trying to figure out if there is a way to write a
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 if
you guys can help me with this problem. Thanks.


---
Message posted from http://www.ExcelForum.com/





All times are GMT +1. The time now is 10:46 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com