Forum Discussion
Андрийчук Виктор
Jan 23, 2018Copper Contributor
How auto concatenate many cells?
Hi.
I have 1000 text cells in Excel. I need to concatenate it into one cell. I try to use =CONCATENATE(B1: B999), but it not works. When I try to use some as =CONCATENATE(B1; B999) - it's work,...
Андрийчук Виктор
Jan 27, 2018Copper Contributor
Sorry, but I don't see "textjoin" command in excel 2016.
Detlef_Lewin
Jan 27, 2018Silver Contributor
You could use a helper column:
C1: =B1
C2: =C1&B2 and copy down.