How do you convert numbers as "text" to values for a long column .

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to convert numbers as text to values that can be added for a long
column of entries. HELP
 
One quick way ..

Select the entire col, say col A
Click Data > Text to columns
Click Finish
 
=SUM(A2:A65536+0)
If there are any non-number text cells in the range, they'll confound this
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