M
Marius Waldal
I want a cell to contain a string derived from the values of a certain
column.
This could be column F, row 3, 4 and 5:
Tim
Jenny
Arnie
What I want is a cell showing these values as 1 comma separated string:
Tim,Jenny,Arnie
The number of rows/values must be dynamic! I need to be able to specify
from/to, because there could be hundreds of rows. This will therefore
not work:
F3 & "," & F4 & "," & F5 etc
I pictured a function like this:
Implode( Range; Separator)
to be used like this:
=Implode(F3:F5; ",")
but I can't find anything similar to this. Or any other way...
Any Excel-racers that can give me a hand?
Greatly appreciated
Marius
column.
This could be column F, row 3, 4 and 5:
Tim
Jenny
Arnie
What I want is a cell showing these values as 1 comma separated string:
Tim,Jenny,Arnie
The number of rows/values must be dynamic! I need to be able to specify
from/to, because there could be hundreds of rows. This will therefore
not work:
F3 & "," & F4 & "," & F5 etc
I pictured a function like this:
Implode( Range; Separator)
to be used like this:
=Implode(F3:F5; ",")
but I can't find anything similar to this. Or any other way...
Any Excel-racers that can give me a hand?
Greatly appreciated
Marius