Transpose Whole Data VBA

Uzma Shaheen

Active Member
Joined
Nov 10, 2012
Messages
484
Office Version
  1. 365
  2. 2021
Platform
  1. Windows
  2. Mobile
  3. Web
Hi

i have a sheet that is set up like this

cell b2 = ID c2:z2 have the IDS
cell b3 = Agent b3:z3 have the agent names
cell c3:z100 have values in there

cell a2:a100 have dates in there

what i need is to completely transpose the data so it looks like this

dates from a2:a100 to go across say D2 across to last column
b2:z2 to be in a2:a last row
b3: z3 to be in b2:b last row
and all the data c3 to z100 to be transposed across

so the idea is to get the dates across and the id, names and the values horozontally down the rows

hope this makes sense
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
Sorry, it's hard to visualize what your are describing, but a couple of things you could look at are:
1. Copy then Paste Special Transpose
2. =Transpose array formula.
 
Upvote 0

Forum statistics

Threads
1,214,946
Messages
6,122,401
Members
449,081
Latest member
JAMES KECULAH

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top