121
22
I'm trying to process some data in Excel. The data includes numeric account numbers and other long numeric strings (like cell phone MEIDs). I am not doing math operations on these strings, so I want Excel to treat them as plain text.
Here is what is making me nuts (this is Excel 2010):
- Take a long number like 1240800388917 and paste it in a cell in a new worksheet.
- Excel's default cell format is general, so the string is presented in scientific notation as 1.2408E+12
- Right click on the cell, select Format Cells, set the format to Text
The cell is still displayed in scientific notation, even though the format has been set to text.
Now, if I do the steps in a different order:
- Format an empty cell as text. Right click on the cell, select Format Cells, set the format to Text
- Take a long number like 1240800388917 and paste it in to the text formatted cell
Now, the cell is displayed as a string and not in scientific notation.
The results remaining in scientific notation even though the cell is formatted as text just seems broken to me. I've seen suggested work-arounds like: use CSV import and set the format to text, add a space character to the beginning of each numeric string, and others.
Is there a simple good work around to easily keep these strings formatted as text?
Why on earth does Excel do this?
Related SU questions I found: How can you make Excel 2007 stop formatting large numbers as scientific notation? and Is this Excel behaviour with a large hex number expected?
The long number
1240800388917
is copied from another cell? Or just plain text, like from Notepad? – wilson – 2012-04-17T06:56:52.607