How to make excel open CSV files and automatically split the comma delimited column?











up vote
1
down vote

favorite
1












I get these reports everyday in CSV format. In the previous version of excel (2007) when I opened these files they were already split into columns. Now with the latest version it isn't. Where is this setting I'm missing?



Thanks in advance.



Erin










share|improve this question






















  • You can do this by selecting Data ---> Text to columns
    – Scorpion99
    Nov 15 '16 at 7:45










  • I know. I want it to be automatic like in version 2007. When I open it, it should already be split.
    – Erin Walker
    Nov 15 '16 at 7:52












  • 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
    Nov 15 '16 at 19:44










  • 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
    Nov 16 '16 at 5:52















up vote
1
down vote

favorite
1












I get these reports everyday in CSV format. In the previous version of excel (2007) when I opened these files they were already split into columns. Now with the latest version it isn't. Where is this setting I'm missing?



Thanks in advance.



Erin










share|improve this question






















  • You can do this by selecting Data ---> Text to columns
    – Scorpion99
    Nov 15 '16 at 7:45










  • I know. I want it to be automatic like in version 2007. When I open it, it should already be split.
    – Erin Walker
    Nov 15 '16 at 7:52












  • 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
    Nov 15 '16 at 19:44










  • 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
    Nov 16 '16 at 5:52













up vote
1
down vote

favorite
1









up vote
1
down vote

favorite
1






1





I get these reports everyday in CSV format. In the previous version of excel (2007) when I opened these files they were already split into columns. Now with the latest version it isn't. Where is this setting I'm missing?



Thanks in advance.



Erin










share|improve this question













I get these reports everyday in CSV format. In the previous version of excel (2007) when I opened these files they were already split into columns. Now with the latest version it isn't. Where is this setting I'm missing?



Thanks in advance.



Erin







microsoft-excel microsoft-excel-2007 csv






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 15 '16 at 6:31









Erin Walker

11112




11112












  • You can do this by selecting Data ---> Text to columns
    – Scorpion99
    Nov 15 '16 at 7:45










  • I know. I want it to be automatic like in version 2007. When I open it, it should already be split.
    – Erin Walker
    Nov 15 '16 at 7:52












  • 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
    Nov 15 '16 at 19:44










  • 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
    Nov 16 '16 at 5:52


















  • You can do this by selecting Data ---> Text to columns
    – Scorpion99
    Nov 15 '16 at 7:45










  • I know. I want it to be automatic like in version 2007. When I open it, it should already be split.
    – Erin Walker
    Nov 15 '16 at 7:52












  • 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
    Nov 15 '16 at 19:44










  • 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
    Nov 16 '16 at 5:52
















You can do this by selecting Data ---> Text to columns
– Scorpion99
Nov 15 '16 at 7:45




You can do this by selecting Data ---> Text to columns
– Scorpion99
Nov 15 '16 at 7:45












I know. I want it to be automatic like in version 2007. When I open it, it should already be split.
– Erin Walker
Nov 15 '16 at 7:52






I know. I want it to be automatic like in version 2007. When I open it, it should already be split.
– Erin Walker
Nov 15 '16 at 7:52














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
Nov 15 '16 at 19:44




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
Nov 15 '16 at 19:44












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
Nov 16 '16 at 5:52




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
Nov 16 '16 at 5:52










1 Answer
1






active

oldest

votes

















up vote
0
down vote













Problem was language settings used a ";" instead of a ","! Changed it and magic it works.



Thanks






share|improve this answer





















  • Comma doesn't mean the same thing in Europe and the US. Could that be the reason why the strange setting was in there?
    – Walter Mitty
    Nov 23 '16 at 19:28










  • Yes. See hotware.wordpress.com/2009/12/16/… and superuser.com/questions/606272/…
    – yosh m
    May 22 '17 at 13:55











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1145892%2fhow-to-make-excel-open-csv-files-and-automatically-split-the-comma-delimited-col%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
0
down vote













Problem was language settings used a ";" instead of a ","! Changed it and magic it works.



Thanks






share|improve this answer





















  • Comma doesn't mean the same thing in Europe and the US. Could that be the reason why the strange setting was in there?
    – Walter Mitty
    Nov 23 '16 at 19:28










  • Yes. See hotware.wordpress.com/2009/12/16/… and superuser.com/questions/606272/…
    – yosh m
    May 22 '17 at 13:55















up vote
0
down vote













Problem was language settings used a ";" instead of a ","! Changed it and magic it works.



Thanks






share|improve this answer





















  • Comma doesn't mean the same thing in Europe and the US. Could that be the reason why the strange setting was in there?
    – Walter Mitty
    Nov 23 '16 at 19:28










  • Yes. See hotware.wordpress.com/2009/12/16/… and superuser.com/questions/606272/…
    – yosh m
    May 22 '17 at 13:55













up vote
0
down vote










up vote
0
down vote









Problem was language settings used a ";" instead of a ","! Changed it and magic it works.



Thanks






share|improve this answer












Problem was language settings used a ";" instead of a ","! Changed it and magic it works.



Thanks







share|improve this answer












share|improve this answer



share|improve this answer










answered Nov 16 '16 at 7:14









Erin Walker

11112




11112












  • Comma doesn't mean the same thing in Europe and the US. Could that be the reason why the strange setting was in there?
    – Walter Mitty
    Nov 23 '16 at 19:28










  • Yes. See hotware.wordpress.com/2009/12/16/… and superuser.com/questions/606272/…
    – yosh m
    May 22 '17 at 13:55


















  • Comma doesn't mean the same thing in Europe and the US. Could that be the reason why the strange setting was in there?
    – Walter Mitty
    Nov 23 '16 at 19:28










  • Yes. See hotware.wordpress.com/2009/12/16/… and superuser.com/questions/606272/…
    – yosh m
    May 22 '17 at 13:55
















Comma doesn't mean the same thing in Europe and the US. Could that be the reason why the strange setting was in there?
– Walter Mitty
Nov 23 '16 at 19:28




Comma doesn't mean the same thing in Europe and the US. Could that be the reason why the strange setting was in there?
– Walter Mitty
Nov 23 '16 at 19:28












Yes. See hotware.wordpress.com/2009/12/16/… and superuser.com/questions/606272/…
– yosh m
May 22 '17 at 13:55




Yes. See hotware.wordpress.com/2009/12/16/… and superuser.com/questions/606272/…
– yosh m
May 22 '17 at 13:55


















draft saved

draft discarded




















































Thanks for contributing an answer to Super User!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1145892%2fhow-to-make-excel-open-csv-files-and-automatically-split-the-comma-delimited-col%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Plaza Victoria

In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...