Hi all,
I have made a ‘contact’ base to hold client addresses, with the following fields (these need to be split out this way for other operations elsewhere);
Address 1
Address 2
Town/City
County
Postcode
Very often, one or two of these are vacant (usually Address 2 and/or County). Postcode might be, too.
Ideally I also need to show an address as a single line, with the fields separated by commas. When I use the formula;
CONCATENATE({Address Line 1}, ", ", {Address Line 2}, ", ",{Town/ City}, ", ",(County), ", ",(Postcode))
I get commas between the empty fields;
Is there a way to skip the empty fields to give the output format;
Addr1, City, Postcode, if those are the only fields populated?
Thanks for any help in advance
Mike