Forum Discussion
pjuvish
Oct 18, 2021Copper Contributor
Excel always automatically turns value I insert into gibberish numbers.
Hi all, I am working on this file inserting data into .csv file. Tha data include several sets of numbers separated by commas (eg. 24126,341255,512581, and so on) Whenever I insert them into...
Riny_van_Eekelen
Oct 18, 2021Platinum Contributor
pjuvish Excel merely "thinks" you are inserting a very large number, and converts it to scientific notation (i.e. the number with E+ in it). To avoid this, format the column/range where you want to input the strings with numbers and commas as Text, before you enter these strings.
pjuvish
Oct 18, 2021Copper Contributor
Hi Riny_van_Eekelen,
Thank you for your advice.
I tried doing this but when I close and reopen the file, excel stills automatically change the format to scientific.
Is there a way to permanently disable this function?
Thank you for your advice.
I tried doing this but when I close and reopen the file, excel stills automatically change the format to scientific.
Is there a way to permanently disable this function?
- bosinanderOct 18, 2021Iron ContributorHi - I doubt it can be permanently disabled but you could try to enter the number with a leading single quote (') as a comment character.
Also, make sure to not save the file as csv or all formatting and the apostrophe as well will be lost. - Riny_van_EekelenOct 18, 2021Platinum Contributor
pjuvish Can you upload your file?