Changing numbers to text
I'm hoping you can help as this problem is really annoying me! I'm trying to change a column of numbers into text format. I right click, choose Format and Text but the cells don't register that they are now text unless I click in them. Is there any way to force the cells to become text?
Many thanks!
Try TEXT function
=TEXT(your_number,0)
Changing numbers to text
Are you able to attach a sample file ?
To format as text, right click, format cells => text
I suspect you've done that..
Why do you think it's not text, and what are you actually trying to achieve ?
... the most common cause of data behaving badly on a sheet is when it's imported from a database, and contains odd characters that are not shown by Excel. To try to eliminate this, select the column of data, and go: Data => Text To Columns => Finish
NOTE: Numbers formatted as text appear on the left:
format numbers as text excel sheet
Changing numbers to text
This does not necessarily work.
You need to follow the process including: click 'fixed with', followed by next, followed by next, then click 'text, then click finish.
If you do it your way, it seems still not to become text.
Number to Text
Use the formula:
=A1&""
It doesnt matter what the format of Cell A1 is.