I have an address field where all the address details are held in one column, I want to create some labels so need to be able to split the address into the correct postal format.
Example of the data I have:
Address Column: 1 somehwere Road Town County Postcode
I would like to get the address in this format so the address is split into columns:
Address1 Column: 1 Somewhere Road
Address2 Column: Town
Address3 Column: County
Address4 Column: Postcode