Gingertrees
Well-known Member
- Joined
- Sep 21, 2009
- Messages
- 697
I have a section of my sheet that allows the user to put in household member names, one member to a row. (In the other columns in each row they enter the members' demographic info.)
How can I turn a VARIABLE number of rows of names into a list in a different part of the sheet? So for example:
row 1: John
row 2: Billy
row 3: Sue
would appear elsewhere as: John, Billy, Sue
or
1: Amy
2: Kevin
3: Joe
4: Tom
5: Teri
would appear Amy, Kevin, Joe, Tom, Teri
I can think how to do it if I knew for certain the number of rows, =A1&", "&B1&... but I don't know how to do that and not end up with a lot of unused commas if I only have a small household. Help?
How can I turn a VARIABLE number of rows of names into a list in a different part of the sheet? So for example:
row 1: John
row 2: Billy
row 3: Sue
would appear elsewhere as: John, Billy, Sue
or
1: Amy
2: Kevin
3: Joe
4: Tom
5: Teri
would appear Amy, Kevin, Joe, Tom, Teri
I can think how to do it if I knew for certain the number of rows, =A1&", "&B1&... but I don't know how to do that and not end up with a lot of unused commas if I only have a small household. Help?