Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
FORMULA
 
Posts: n/a
Default 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
  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

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



  #3   Report Post  
Bernard Liengme
 
Posts: n/a
Default

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





  #4   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

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







  #5   Report Post  
FORMULA
 
Posts: n/a
Default

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






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Converting Numbers to Text properly Shirley Munro Excel Discussion (Misc queries) 1 February 16th 05 03:01 PM
Convert text to numbers gennario Excel Discussion (Misc queries) 6 January 10th 05 11:56 PM
How do I split a column having numbers and text in a random order rana8689 Excel Worksheet Functions 2 December 17th 04 09:14 PM
Putting text in a column based on variable text from another colum Jacky D. Excel Discussion (Misc queries) 1 December 16th 04 06:09 PM
How to Replace numbers and text with numbers only? Robert Judge Excel Worksheet Functions 3 November 5th 04 04:36 PM


All times are GMT +1. The time now is 12:04 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"