Need to change the seperator from COMMA to SEMICOLON

Allwinv

New Member
Joined
May 19, 2019
Messages
32
Hi Excel Experts,

In my project, i got some excel file from End users. For loading the excel file to my SAP BW, I need to change it to CSV file.

After changing, i am opening the file in Textpad, the seperator is COMMA. I just want to make it as SEMICOLON as seperator.

Can you please suggest, is there any settings available to perform this.

Thanks & regards,
Allwin
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
One easy way.

Open in NotePad.
Go to the Search menu and select Replace.
Replace all commas with semi-colons.
 
Upvote 0
One easy way.

Open in NotePad.
Go to the Search menu and select Replace.
Replace all commas with semi-colons.
Thank you. But some of the cells having data with comma. So this will not work in my case. Can you please suggest any permanent settings from comma to semicolon.
 
Upvote 0
Thank you. But some of the cells having data with comma. So this will not work in my case. Can you please suggest any permanent settings from comma to semicolon.
Are text qualifiers being used (i.e. double-quotes surrounding the data entries that have literal commas that aren't delimiters)?
If so, then you can open the file in Excel, and then use this VBA code here to save it with semi-colons as delimiters: VBA code: Save an excel file as semicolon separated values

If text qualifiers are not being used, then there is no way for anyone or system to differentiate literal commas from the delimiters.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,465
Messages
6,124,977
Members
449,200
Latest member
Jamil ahmed

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top