NEED HELP..CONVERT NUMBERS BACK TO TEXT

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

Guest

I have a problem that hopefully can be solved. I have a spreadsheet that has
been changed from text to numbers. I am aware that the last number will
change to "0" however, once you convert the text to numbers is there a way to
convert back to get the original number. When I convert the column back to
text it still comes up as a "0".
 
Can you post the text that you start with, and tell us how you convert
it to a number? This will help with a solution. If you have an entry
such as '0012345 (note the leading apostrophe in the entry) then Excel
will treat that as text. You may be able to bypass the text to numeric
conversion with a formula such as =VALUE(A1) where A1 contains the
'0012345. That way you could use the converted value without losing
the text entry.

Also, what do you mean by "I'm aware the last number will change to 0"?
 
XL stores only 15 decimal digits of precision. If your numbers were
longer than that, the remaining digits are lost.
 
The number is 16 digits long so when it was converted to number the last
digit turns into "0". There is no ' in front of the number.
 
As soon as you convert to number the 16th digit will be truncated to zero
and unless
you keep a copy of the text number you cannot convert it back unless you
haven't saved the workbook and can close out from it without saving or if
you have emailed it to someone before you converted it, of course in those
cases it will still be the original and there won't be any need to convert
it back


--


Regards,


Peo Sjoblom
 
Back
Top