Thread: Numbers to Text
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Nigel Nigel is offline
external usenet poster
 
Posts: 98
Default Numbers to Text

Hi Janusz

Thanks for your reply, it works!

Thank you

"Janusz Pawlinka" wrote:



U¿ytkownik "Nigel" napisa³ w wiadomo¶ci
...
I have a column on 15 digit numbers that have been entered as a number
format. I need to have them displayed as text format in another
spreadsheet
but when they are copied and changed to text, they become displayed as
scientififc notation. Is there a way to have my numbers as text?

Thank you


have you tried (in additional column i.e in cell C1 and down below):

=TEXT(B1, "0")

where B is your column with 15 digit numbers
--
--
==============================
Janusz Pawlinka