Shreesurya
Board Regular
- Joined
- Jul 7, 2014
- Messages
- 50
Hi Pros,
I have been trying to split address from a cell to multiple columns. but I have to create a step every time I have to split which has different delimiter.
However I would want this to be one step where it identifies different delimiter and split it accordingly to multiple columns.
Input:
17175 Misty Lake Dr
Strongsville, OH 44136
I split this by first using Linefeed and then split by ", " and then with Space. (This actually create 3 steps in Power Query)
Delimiter 1 = Linefeed
Delimiter 2 = ", "
Delimiter 3 = Space
I just want to split everything in one step.
Please help me.
I have been trying to split address from a cell to multiple columns. but I have to create a step every time I have to split which has different delimiter.
However I would want this to be one step where it identifies different delimiter and split it accordingly to multiple columns.
Input:
17175 Misty Lake Dr
Strongsville, OH 44136
I split this by first using Linefeed and then split by ", " and then with Space. (This actually create 3 steps in Power Query)
Delimiter 1 = Linefeed
Delimiter 2 = ", "
Delimiter 3 = Space
I just want to split everything in one step.
Please help me.