N
NigelVII
I have data in rows like this:
Sally Bob Dave Wally
Jim Dave Henry Frank Ralph John Ringo George Paul
Henry Bob
There can be as many as 25 names.
I am trying to find a way to CONCATENATE the list of names with a CHAR(10)
between each name in order to have a list of names in a single cell that are
each on its own line, with out any trailing blank lines in the cell.
I have been trying to combine a COUNTA and a CONCATENATE without much luck.
Can anyone provide some help with this or a different approach?
Sally Bob Dave Wally
Jim Dave Henry Frank Ralph John Ringo George Paul
Henry Bob
There can be as many as 25 names.
I am trying to find a way to CONCATENATE the list of names with a CHAR(10)
between each name in order to have a list of names in a single cell that are
each on its own line, with out any trailing blank lines in the cell.
I have been trying to combine a COUNTA and a CONCATENATE without much luck.
Can anyone provide some help with this or a different approach?