A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Something like I have at http://www.cpearson.com/Excel/StringConcatenation.aspx
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Let's say i want to concatenate the values in 20 columns in a formula using either & or concatenate; is there a way to do this with an array formula so I don't have to individually select each cell to concatentate? TIA
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
Something like I have at http://www.cpearson.com/Excel/StringConcatenation.aspx
Hi,
If you can download and install the following addin - http://download.cnet.com/Morefunc/3000-2077_4-10423159.html, then you can use the MCONCAT() function like =MCONCAT(A1:T1,", ")
Hope this helps.
Something like I have at http://www.cpearson.com/Excel/StringConcatenation.aspx
Hello Chip,
Normal mortals might be satisfied with:
http://sulprobil.com/html/sbcat.html
If a string is too long I really would like my UDF to fall over, by the way.
Regards,
Bernd
Exactly, Chip!
If you mean something like....=CONCATENATE(A1:Z1)...to equate to A1&B1&C1...etc
That can't be done with native Excel functions.
VBA would be needed to create a User Defined Function (UDF).