I have a list of addresses, in different columns but some columns are blank, how do I concatenate the addresses and use line breaks too.
E.g.
A1: 2 Smith Close
A2: lslington
A3: London
A4: SE1 4BQ
So it would end up looking like this in a new column:
2 Smith Close
lslington
London
SE1 4BQ
But if I had:
B2: 3 Jones Street
B2: London
B3:
B4: SE2 3BQ
Then I would want it to look like this in new column
3 Jones Street
London
SE2 3BQ
Or if column 4 was blank, so it would also look like:
B2: 3 Jones Street
B2: London
B3: SE2 3BQ
B4:
3 Jones Street
London
SE2 3BQ
Thanks
E.g.
A1: 2 Smith Close
A2: lslington
A3: London
A4: SE1 4BQ
So it would end up looking like this in a new column:
2 Smith Close
lslington
London
SE1 4BQ
But if I had:
B2: 3 Jones Street
B2: London
B3:
B4: SE2 3BQ
Then I would want it to look like this in new column
3 Jones Street
London
SE2 3BQ
Or if column 4 was blank, so it would also look like:
B2: 3 Jones Street
B2: London
B3: SE2 3BQ
B4:
3 Jones Street
London
SE2 3BQ
Thanks