Text number to number value for calculating

  • Thread starter Thread starter ddiebold7
  • Start date Start date
D

ddiebold7

How do you convert a text number format "51" to number 51 that I can use
for calculations. Quotes used to illustrate that it is in text format.
*Please email me at (e-mail address removed).* I am stumped. *Please
Help!*

Dave Diebold
 
ddiebold7 said:
How do you convert a text number format "51" to number 51 that I can use
for calculations. Quotes used to illustrate that it is in text format.
*Please email me at (e-mail address removed).* I am stumped. *Please
Help!*

Dave Diebold


Hiiii!

It a very simple trick.
Simply multiply the number (in text format ) by one (in the adjecent
cell or column).
 
simce there are often spaces associated with Text numbers I often use
something like
=value(trim(A1))
if the number is in Cell A1
 

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