Forum Discussion
JeffWow
Aug 25, 2023Copper Contributor
Transform data to fix duplicate rows into columns
I have a spreadsheet that is an output from a separate system, which does not allow me to configure the output in any way. I need to modify the output in Excel or a related tool (macro, BI, etc.) ...
Patrick2788
Aug 25, 2023Silver Contributor
I may need to see a larger sample, but for what you've provided, perhaps this:
=UNIQUE(TOROW(data,,1),1)