delimitter formula

ashani

Active Member
Joined
Mar 14, 2020
Messages
345
Office Version
  1. 365
Platform
  1. Windows
Hi,

Can someone please guide me with Delimiter Formula rather than Text to Column.

I have a cell value A;B;C and I want to split it to seperate columns.

Thank you
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
Can you please post some representative samples of the strings you want to split.

MrExcel has a tool called “XL2BB” that lets you post samples of your data that will allow us to copy/paste it to our Excel spreadsheets, so we can work with the same copy of data that you are. Instructions on using this tool can be found here: XL2BB Add-in

Note that there is also a "Test Here” forum on this board. This is a place where you can test using this tool (or any other posting techniques that you want to test) before trying to use those tools in your actual posts.
 
Upvote 0
Hi @Fluff

so currently i have a list which updates daily through MS forms - in column H it comes up as : School;Uni;Pre;College.

What I want from column J to M to split all 4 of them in to seperate columns.

Sometimes there are all 4 of them, sometime could be only say School;Uni. All depends what user input in the inform.

Many thanks,
 
Upvote 0
Please post some representative samples of the strings you want to split, as requested.
Also are you doing this in the desktop version of Excel or with the Online Browser version?
 
Upvote 0
Would this suit?

21 12 11.xlsm
HIJKLMN
1
2A;B;CABC
3School;Uni;Pre;CollegeSchoolUniPreCollege
4The cat sat on the mat;The dog ran out the door;The mouse stayed stillThe cat sat on the matThe dog ran out the doorThe mouse stayed still
Split Text
Cell Formulas
RangeFormula
J2:L2,J4:L4,J3:M3J2=TRANSPOSE(FILTERXML("<p><c>"&SUBSTITUTE($H2,";","</c><c>")&"</c></p>","//c"))
Dynamic array formulas.
 
Upvote 0

Forum statistics

Threads
1,214,901
Messages
6,122,157
Members
449,068
Latest member
shiz11713

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