How to change Excel CSV delimiter to comma or semicolon (2024)

The tutorial shows how to change CSV separator when importing or exporting data to/from Excel, so you can save your file in the comma-separated values or semicolon-separated values format.

Excel is diligent. Excel is smart. It thoroughly examines the system settings of the machine it's running on and does its best to anticipate the user's needs … quite often to disappointing results.

Imagine this: you want to export your Excel data to another application, so you go save it in the CSV format supported by many programs. Whatever CSV option you use, the result is a semicolon-delimited file instead of comma-separated you really wanted. The setting is default, and you have no idea how to change it. Don't give up! No matter how deep the setting is hidden, we'll show you a way to locate it and tweak for your needs.

What delimiter Excel uses for CSV files

To handle .csv files, Microsoft Excel uses the List separator defined in Windows Regional settings.

In North America and some other countries, the default list separator is a comma, so you get CSV comma delimited.

In European countries, a comma is reserved for the decimal symbol, and the list separator is generally set to semicolon. That is why the result is CSV semicolon delimited.

To get a CSV file with another field delimiter, apply one of the approaches described below.

Change separator when saving Excel file as CSV

When your save a workbook as a .csv file, Excel separates values with your default List separator. To force it to use a different delimiter, proceed with the following steps:

  1. Click File > Options > Advanced.
  2. Under Editing options, clear the Use system separators check box.
  3. Change the default Decimal separator. As this will change the way decimal numbers are displayed in your worksheets, choose a different Thousands separator to avoid confusion.

Depending on which separator you wish to use, configure the settings in one of the following ways.

To convert Excel file to CSV semicolon delimited, set the default decimal separator to a comma. This will get Excel to use a semicolon for the List separator (CSV delimiter):

  • Set Decimal separator to comma (,)
  • Set Thousands separator to period (.)
    How to change Excel CSV delimiter to comma or semicolon (1)

To save Excel file as CSV comma delimited, set the decimal separator to a period (dot). This will make Excel use a comma for the List separator (CSV delimiter):

  • Set Decimal separator to period (.)
  • Set Thousands separator to comma (,)
    How to change Excel CSV delimiter to comma or semicolon (2)

If you want to change a CSV separator only for a specific file, then tick the Use system settings check box again after exporting your Excel workbook to CSV.

Note. Obviously, the changes you've made in Excel Options are limited to Excel. Other applications will keep using the default List separator defined in your Windows Regional settings.

Change delimiter when importing CSV to Excel

There are a few different ways to import CSV file into Excel. The way of changing the delimiter depends on the importing method you opted for.

Indicate separator directly in CSV file

For Excel to be able to read a CSV file with a field separator used in a given CSV file, you can specify the separator directly in that file. For this, open your file in any text editor, say Notepad, and type the below string before any other data:

  • To separate values with comma: sep=,
  • To separate values with semicolon: sep=;
  • To separate values with a pipe: sep=|

In a similar fashion, you can use any other character for the delimiter - just type the character after the equality sign.

Once the delimiter is defined, you can open your text file in Excel like you normally would, from Excel itself or from Windows Explorer.

For example, to correctly open a semicolon delimited CSV in Excel, we explicitly indicate that the field separator is a semicolon:
How to change Excel CSV delimiter to comma or semicolon (3)

Choose delimiter in Text Import Wizard

Another way to handle a csv file with a delimiter different from the default one is to import the file rather than open. In Excel 2013 an earlier, that was quite easy to do with the Text Import Wizard residing on the Data tab, in the Get External Data group. Beginning with Excel 2016, the wizard is removed from the ribbon as a legacy feature. However, you can still make use of it:

  • Enable From Text (Legacy) feature.
  • Change the file extension from .csv to .txt, and then open the txt file from Excel. This will launch the Import Text Wizard automatically.

In step 2 of the wizard, you are suggested to choose from the predefined delimiters (tab, comma, semicolon, or space) or specify your custom one:
How to change Excel CSV delimiter to comma or semicolon (4)

Specify delimiter when creating a Power Query connection

Microsoft Excel 2016 and higher provides one more easy way to import a csv file - by connecting to it with the help of Power Query. When creating a Power Query connection, you can choose the delimiter in the Preview dialog window:
How to change Excel CSV delimiter to comma or semicolon (5)

Change default CSV separator globally

To change the default List separator not only for Excel but for all programs installed on your computer, here's what you need to do:

  1. On Windows, go to Control Panel > Region settings. For this, just type Region in the Windows search box, and then click Region settings.
    How to change Excel CSV delimiter to comma or semicolon (6)
  2. In the Region panel, under Related settings, click Additional date, time, and regional settings.
    How to change Excel CSV delimiter to comma or semicolon (7)
  3. Under Region, click Change date, time, or number formats.
    How to change Excel CSV delimiter to comma or semicolon (8)
  4. In the Region dialog box, on the Formats tab, click Additional settings
    How to change Excel CSV delimiter to comma or semicolon (9)
  5. In the Customize Format dialog box, on the Numbers tab, type the character you want to use as the default CSV delimiter in the List separator box.
    How to change Excel CSV delimiter to comma or semicolon (10)

    For this change to work, the List separator should not be the same as Decimal symbol.

  6. Click OK twice to close both dialog boxes.

When done, restart Excel, so it can pick up your changes.

Notes:

  • Modifying the system settings will cause a global change on your computer that will affect all applications and all output of the system. Do not do this unless you are 100% confident in the results.
  • If changing the separator has adversely affected the behavior of some application or caused other troubles on your machine, undo the changes. For this, click the Reset button in the Customize Format dialog box (step 5 above). This will remove all the customizations you've made and restore the system default settings.

Changing List separator: background and consequences

Before changing the List separator on your machine, I encourage you to carefully read this section, so you fully understand possible outcomes.

First off, it should be noted that depending on the country Windows uses different default separators. It's because large numbers and decimals are written in different ways across the globe.

In the USA, UK and some other English-speaking countries including Australia and New Zealand, the following separators are used:

Decimal symbol: dot (.)

Digit grouping symbol: comma (,)

List separator: comma (,)
How to change Excel CSV delimiter to comma or semicolon (11)

In most European countries, the default list separator is a semicolon (;) because a comma is utilized as the decimal point:

Decimal symbol: comma (,)

Digit grouping symbol: dot (.)

List separator: semicolon (;)
How to change Excel CSV delimiter to comma or semicolon (12)

For example, here's how two thousand dollars and fifty cents is written in different countries:

US and UK: $2,000.50

EU: $2.000,50

How does all this relate to the CSV delimiter? The point is that the List separator (CSV delimiter) and Decimal symbol should be two different characters. That means setting the List separator to comma will require changing the default Decimal symbol (if it's set to comma). As the result, numbers will be displayed in a different way in all your applications.

Moreover, List separator is used for separating arguments in Excel formulas. Once you change it, say from comma to semicolon, the separators in all your formulas will also change to semicolons.

If you are not ready for such large-scale modifications, then change a separator only for a specific CSV file as described in the first part of this tutorial.

That's how you can open or save CSV files with different delimiters in Excel. Thank you for reading and see you next week!

You may also be interested in

  • How to convert Excel files to CSV (comma delimited)
  • How to open or import CSV files to Excel
  • Merge multiple CSV files into one Excel workbook
  • CSV to Excel: problems and solutions
How to change Excel CSV delimiter to comma or semicolon (2024)

References

Top Articles
Latest Posts
Article information

Author: Aracelis Kilback

Last Updated:

Views: 6175

Rating: 4.3 / 5 (64 voted)

Reviews: 87% of readers found this page helpful

Author information

Name: Aracelis Kilback

Birthday: 1994-11-22

Address: Apt. 895 30151 Green Plain, Lake Mariela, RI 98141

Phone: +5992291857476

Job: Legal Officer

Hobby: LARPing, role-playing games, Slacklining, Reading, Inline skating, Brazilian jiu-jitsu, Dance

Introduction: My name is Aracelis Kilback, I am a nice, gentle, agreeable, joyous, attractive, combative, gifted person who loves writing and wants to share my knowledge and understanding with you.