Here are some easy explanations on how to do it automatically when you open your file with Excel:
As you said, Excel has a default character as a delimiter. In your case, this is ";" visibly. I am working on Excel in France and the default delimiter is "[tab]".
I don't know how to change it in the software but there is a trick:
For example, let's say that your .csv file is delimited with ";" and you want that Excel interpret it automatically, simply add at the beginning of your .csv file the following line:
> sep=;
and you will note that Excel understand your .csv file.
Regards,
BibiM
You can do this by selecting Data ---> Text to columns – Scorpion99 – 2016-11-15T07:45:53.637
I know. I want it to be automatic like in version 2007. When I open it, it should already be split. – Erin Walker – 2016-11-15T07:52:35.627
There is about a 90 % of the issue with your source data. Open notepad or some other editor you like, make a .txt file with 3 or 4 rows and columns of data. Each row should have the same number of commas. Then after saved, change the extension to .csv then open with Excel. Do you still get the data in all in the A column? – bvaughn – 2016-11-15T19:44:21.500
I did that and I found its because this excel recognizes ";" instead of the "," - formulas as well. How can I change it to ","? – Erin Walker – 2016-11-16T05:52:44.887