Forum Discussion
Alex_T110
Jul 04, 2020Copper Contributor
Format cells - dates to numbers
Hi all, when re-formatting csv data to a table in excel, values above 1 are always formatted as dates (Feb 2nd instead of 2.2). Changing format in format cells menu then changes the values to "43831...
SergeiBaklan
Jul 04, 2020Diamond Contributor
The workaround is not to open csv in Excel, but import csv to Excel, parser will work by different way. Depends on Excel version and your preferences you may use legacy import, in it on third step assign Text to such columns. The same if import by Power Query, transform and use Text type.
Alex_T110
Jul 04, 2020Copper Contributor
Thank you very much for the quick answer, Sergej!
The problem comes up without importing the csv data to xls, but when separating comma-separated data in csv via the "data" menu in separation by columns.
It's all part of a training, so I also asked a mentor for help. But he definitely is not as fast as you are 😉