Let’s say that I have my columns in excel set up like this:
Name A B C D George 10 5 4 6
And I want it to instead be like this:
Name Category Amount George A 10 George B 5 George C 4 George D 6
Is there an easy way to do a copy and paste with transpose, or with a pivot table, or does it have to be done with VBA? I’ve been trying to only do it with VBA but I havent gotten very far.
As per comment, you can follow that link. A related SO answer that describes similar steps for Excel 2010 is How can I transform rows into repeated column based data?.