Hi,
I have a row of data which I need to concatenate with a ; between each value. Unfortunately I have blanks in my data.
Please could you help I have tried to search for an answer to this but cannot find anything
data 4 blank cell 8 25 blank cell blank cell 1 2 blank cell
=CONCATENATE(N2,";",O2,";",P2,";",Q2,";",R2,";",S2,";",T2,";",U2,";",V2)
my output is 4; ;8;25; ; ;1;2; but I dont want the extra ;
Any advice would be much appreciated.
Thanks and Regards
I have a row of data which I need to concatenate with a ; between each value. Unfortunately I have blanks in my data.
Please could you help I have tried to search for an answer to this but cannot find anything
data 4 blank cell 8 25 blank cell blank cell 1 2 blank cell
=CONCATENATE(N2,";",O2,";",P2,";",Q2,";",R2,";",S2,";",T2,";",U2,";",V2)
my output is 4; ;8;25; ; ;1;2; but I dont want the extra ;
Any advice would be much appreciated.
Thanks and Regards