ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   I NEED TO SUM NUMBERS ON A COLUMN THAT HAVE TEXT AND NUMBERS (https://www.excelbanter.com/excel-worksheet-functions/14700-i-need-sum-numbers-column-have-text-numbers.html)

FORMULA

I NEED TO SUM NUMBERS ON A COLUMN THAT HAVE TEXT AND NUMBERS
 
i NEED TO TOTAL A COLUMN THAT HAS TEXT AND NUMBERS.
i USED THE SUM(A1:A20) AND EXCEL GAVE ME VALUE
iS THERE ANY WAY TO DO THIS

Peo Sjoblom

No need to shout!
SUM will ignore text so if you get a value error you must have a value error
in A1:A20.


--

Regards,

Peo Sjoblom


"FORMULA" wrote in message
...
i NEED TO TOTAL A COLUMN THAT HAS TEXT AND NUMBERS.
i USED THE SUM(A1:A20) AND EXCEL GAVE ME VALUE
iS THERE ANY WAY TO DO THIS




Bernard Liengme

Try =SUM(IF(ISERROR(C10:C13),0,C10:C13)
enter it as an array formal with CTRL+SHIFT+ENTER

--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Peo Sjoblom" wrote in message
...
No need to shout!
SUM will ignore text so if you get a value error you must have a value
error
in A1:A20.


--

Regards,

Peo Sjoblom


"FORMULA" wrote in message
...
i NEED TO TOTAL A COLUMN THAT HAS TEXT AND NUMBERS.
i USED THE SUM(A1:A20) AND EXCEL GAVE ME VALUE
iS THERE ANY WAY TO DO THIS






Peo Sjoblom

Or

=SUMIF(C10:C13,"<#VALUE!")

if the only errors are value errors

--

Regards,

Peo Sjoblom


"Bernard Liengme" wrote in message
...
Try =SUM(IF(ISERROR(C10:C13),0,C10:C13)
enter it as an array formal with CTRL+SHIFT+ENTER

--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Peo Sjoblom" wrote in message
...
No need to shout!
SUM will ignore text so if you get a value error you must have a value
error
in A1:A20.


--

Regards,

Peo Sjoblom


"FORMULA" wrote in message
...
i NEED TO TOTAL A COLUMN THAT HAS TEXT AND NUMBERS.
i USED THE SUM(A1:A20) AND EXCEL GAVE ME VALUE
iS THERE ANY WAY TO DO THIS








FORMULA

Thank You
I don't know what I was thinking. Your answer made me review what I was
doing. You were right. Thank you again.

"Peo Sjoblom" wrote:

No need to shout!
SUM will ignore text so if you get a value error you must have a value error
in A1:A20.


--

Regards,

Peo Sjoblom


"FORMULA" wrote in message
...
i NEED TO TOTAL A COLUMN THAT HAS TEXT AND NUMBERS.
i USED THE SUM(A1:A20) AND EXCEL GAVE ME VALUE
iS THERE ANY WAY TO DO THIS






All times are GMT +1. The time now is 11:51 AM.

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