I have a data like this: before
I would like to transpose my data that currently looks like this:
Is there a way to do this?
If this is just a one-time operation you can use Unpivot. Depending on your Excel version the commands name may differ, but the logic is:
Insert
-> Table
Get & Transform
(this may be called in many different ways)Unpivot selected columns
Close and Load
You're done.
Of course if you have to do the transposition many times then you may want to use VBA to automate the job.