EXCEL: Concatenating a Range of Cells

Solved
BertyBoy Posted messages 8 Status Membre -  
SYL78-VT Posted messages 1 Status Membre -
Hello,

I want to perform a process on a range of Excel cells without using macros...
What I want:
1- To search in a range of Excel cells to find the cells containing the information I'm interested in and retrieve these cells (or rather the information from the cells).
2- To concatenate all the results from the previous search separated by a space in a result cell.

I can't even concatenate a range of cells, the function doesn't seem to work on a range and I can't find anything in the forums on this topic...
HELP!

Thank you in advance,
B.

11 answers

klrblz Posted messages 265 Status Member 210
 
you can maybe tweak it like this:

to concatenate cells A1 to A10:
In B1 you put =A1
In B2 =B1&A2
And then you drag your formula down the entire column B it should concatenate your entire column A

I hope it's clear, there must be a better solution but for now I'm stumped
97
Ainhoa
 
It's THE best solution!! Thank you very much!
0
ChapoMsieur
 
Brilliant! Nothing to complain about.
1