I have an export of CSV data that repeats in the columns. What I need is a clean sheet that has all the columns back together. I made a mockup; the actual data is much more complicated, and there is a lot more of it. But this should illustrate what I need.
I don't control the export so I'm stuck with the data being what it is. However, it feels like it shouldn't be that hard, almost like Transpose(), but for a set rather than a single column.