Hi there,
I’m trying to collect alll the non empty cells from a range of cells and build a string out of it.
Assume a range C3:C23 with only some cells with data. example C4, C10, C15. I have no control on the number of non-empty cells. it could be 0 up to the total cells. I have also no control on the size of the range.
I need to build this kind of instruction :
Concatenate("(",C4,",",“C10,”,",“C15,”)")
Is that possible at all ?
Thanks in advance.