Goal
In a workbook, you might have a column called Names
with about 20 names. You can transpose this column into a row to create a list of all 20 names.
Solution
- Create a
SourceSheet
calledNames
with two columns: Names andn
. - Create a
FormulaSheet
calledNamesPrepareToGroup
with a column usingNames
andn
names, and a column usingdummyGroupNo
and1.
- Create a
FormulaSheet
calledNamesGrouped
with the columnNamesGrouped
and the formulaGROUPBY(#NamesPrepareToGroup!dummyGroupNo)
the columnNamesConcat
with the formulaGROUPCONCAT(#NamesPrepareToGroup!Names)
Attachements
Comments
0 comments
Please sign in to leave a comment.