Hi
I have a file with address information that i need to split into separate columns
Two examples:
Sannadalsvägen 16 lgh 1002 11765 Stockholm SE
Sätersvägen 9 19267 Sollentuna SE
If I could split it based on any 5-digit number, I think i could sort the rest out.
Like this:
Column1 Column2
Sannadalsvägen 16 lgh 1002 11765 Stockholm SE
Sätersvägen 9 19267 Sollentuna SE
Is there a way to split a column based on any 5-digit number?