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
SourceSheetcalledNameswith two columns: Names andn. - Create a
FormulaSheetcalledNamesPrepareToGroupwith a column usingNamesandnnames, and a column usingdummyGroupNoand1. - Create a
FormulaSheetcalledNamesGroupedwith the columnNamesGroupedand the formulaGROUPBY(#NamesPrepareToGroup!dummyGroupNo)
the columnNamesConcatwith the formulaGROUPCONCAT(#NamesPrepareToGroup!Names)
Attachements
Comments
0 comments
Please sign in to leave a comment.