I have a spreadsheet with two columns of information. The first column contains an account number which is fine. The second column contains an address, which is unformatted. Some of the addresses start with a comma, so for example it may start ", 25 Harlow Avenue, ". Other addresses may start as I would want them to start, for example "Flat 42, ". Some of the addresses also have 2 or 3 commas in the middle of the address. Is there any simple way I can split the address out, so I have the house number and road in one cell (e.g. B1), the town in the next cell (e.g. C1), the county in the following cell (e.g. D1) and the postcode in the final cell (e.g. E1) AND remove the commas at the same time??