B
bjr
I have an *.csv file and want to open the file in Excel. Some of the
data is large number and other lines have text that include + and minus
signs.
When the file is opened in Excel, the some data has exponents (large
number) and the direction data is interpreted as a formula.
How can I get the data to just show as it is typed, i.e. text data.
Here is the file in Notepad:
98765430123456789,xyz
9876543A123456789,+xyz
9876543B123456789,-xyz
9876543C123456789,xyz
Here is the Excel after opening the file:
9.87654E+16 xyz
9876543A123456789 #NAME?
9876543B123456789 #NAME?
9876543C123456789 xyz
data is large number and other lines have text that include + and minus
signs.
When the file is opened in Excel, the some data has exponents (large
number) and the direction data is interpreted as a formula.
How can I get the data to just show as it is typed, i.e. text data.
Here is the file in Notepad:
98765430123456789,xyz
9876543A123456789,+xyz
9876543B123456789,-xyz
9876543C123456789,xyz
Here is the Excel after opening the file:
9.87654E+16 xyz
9876543A123456789 #NAME?
9876543B123456789 #NAME?
9876543C123456789 xyz