Forum Discussion
thepinkbird
Mar 08, 2024Copper Contributor
Multi-Row Data Consolidation Into Single Row, Multi-Column
I've been searching for a simple, easily repeatable solution to reformat a report that I generate on a biweekly basis. In column A, we have the asset tags of a primary piece of equipment. ...
Patrick2788
Mar 09, 2024Silver Contributor
For the future - A variant with GROUPBY and some eta.
=GROUPBY(Table1[Tag],Table1[SN],ARRAYTOTEXT,,0)