I want to concatenate a range of cells into one cell, without macros/vbscript.
The formula CONCATENATE() gets individual cells.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Its not that easy, but I end up with a solution that works wonders!
A1: the text to searchB1:BN: The range within the results would goB5: The delimiter textAs for now it works perfect. Note that you can use whatever text as delimiter. In my case it was “comma + space”.
Where Concat is a simple function that concatenates a range of cells: