Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Split column to new row

Hello all, 

 

I'm facing an issue to get my data ready. Some cells may contain 'or' values that are seperated by ». My data is in de following format:

 

IDlocation 
1a » b » c
2a
3a
4a » b 
5a » b » c » d
6a

 

I want to have it shown as:

 

IDlocation
1a
1b
1c
2a
3a
4a
4b
5a
5b
5c
5d
6a

 

Is this possible and if so, how? I prefer to use power query over advanced editor but the solution is the most important!