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,...
Detlef_Lewin
Jan 23, 2018Silver Contributor
Hi
Use CONCAT() or TEXTJOIN().
Андрийчук Виктор
Jan 27, 2018Copper Contributor
Sorry, but I don't see "textjoin" command in excel 2016.
- Detlef_LewinJan 27, 2018Silver Contributor
You could use a helper column:
C1: =B1
C2: =C1&B2 and copy down.
- Detlef_LewinJan 27, 2018Silver Contributor
Then you are not a Office 365 subscriber or you haven't updated your subscription.
Both functions were added a few month ago to Office 365/Excel Online.