Transpose data by formula?

CROY1985

Well-known Member
Joined
Sep 21, 2009
Messages
501
Office Version
  1. 365
Platform
  1. Windows
Hi all,

I need some help in writing a formula or macro that will help move data from one format to another.

This is how the data appears in its raw form:
https://picasaweb.google.com/croy1985/Excel#5650335384186221202

This is how i want it to look:
https://picasaweb.google.com/croy1985/Excel#5650335378957041906

Basically, All of the figures from B7 onwards need to be transposed to form one (very long colum of figures) and from this reference back to its client group, and KPI title. At the moment I am having to copy each line and paste special and tick the transpose option. All of the rest i can create using formula.

Hope you can help with this.

Thanks
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
If your data is on sheet1, starting in A1, try this formula in A1 on a new sheet

=OFFSET(Sheet1!$A$1,COLUMN()-1,ROW()-1,1,1)

Then copy across and down as required.

HTH
 
Upvote 0
Right, we're about half way there i think.

The formula you provided almost does everything, except, all of the raw data is now transposed from rows into columns. I want it all in one column (in a long list) and then in the column next to it the reference to Payment group, and another column would have the reference to the KPI.

Can this even be done with formula?
 
Upvote 0

Forum statistics

Threads
1,224,609
Messages
6,179,876
Members
452,949
Latest member
Dupuhini

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