Microsoft
Software
Hardware
Network
Question : How do I sum a range of data containing Excel errors?
I have a column of data in Excel, some cells in the range contain #N/A errors. Despite this, I want to sum that whole range at the bottom of the column. I need some kind of conditional formula that can sum that data while excluding or ignoring those cells that contain errors. I tried an array formula using IF and SUM but I'm stumped.
Answer : How do I sum a range of data containing Excel errors?
The array formula below sums numbers and numbers stored as text in a row or column of cells while ignoring errors, text, and boolean values.
=SUM(IF(ISERROR(VALUE(A1:A
100)),0,A1
:A100*1))
To enter an array formula, press CTRL+SHIFT+ENTER.
Kevin
Random Solutions
Outlook 2003 and Outlook 2007 - No options to accept, decline nor tentative for invitations
Windows XP SP2
Install additional language files on Windows Server 2008 R2
Microsoft SQL Server Migration Assistant for Access Problem -- "There is nothing to process"
Please increase performance of this extremely slow sql statement
Access SQL - Year greater than in query
Remote Desktop Connection: win2003 server: local resources tab: Disk drives. Locally, can I see the drives of the computer I connect to remotely?
How to close excel file from Macro?
win7 most recent documents
Before Update Event in Combo Box Cancel event