Hi,
I face an issue with imported text over a few hundreds lines:
One cell (A1) is like this
and I wish to have
So far I have succeeded in getting
through
but how can I reverse it?
I face an issue with imported text over a few hundreds lines:
One cell (A1) is like this
Code:
Belgium BE » Flanders VLG » Antwerp Province VAN » Arrondissement of Antwerp 11 » Antwerpen 11002
Code:
Antwerpen (11002), [COLOR=#222222][FONT=Verdana]Arrondissement of Antwerp (11), [/FONT][/COLOR][COLOR=#222222][FONT=Verdana][COLOR=#222222][FONT=Verdana]Antwerp Province (VAN), [/FONT][/COLOR][/FONT][/COLOR][COLOR=#222222][FONT=Verdana][COLOR=#222222][FONT=Verdana][COLOR=#222222][FONT=Verdana]Flanders (VLG), Belgium (BE)[/FONT][/COLOR][/FONT][/COLOR][/FONT][/COLOR]
So far I have succeeded in getting
Code:
Belgium BE,Flanders VLG,Antwerp Province VAN,Arrondissement of Antwerp 11,Antwerpen 11002
Code:
=SUBSTITUTE(A1," » ",",")
Last edited: