Re-organizing data

Doffie

New Member
Joined
Mar 3, 2016
Messages
1
Pre-emptive "many thanks" to those who share their time and expertise here.

I need to re-organize data in the following format:
Parameter, place, year, month1, month2, month 3 through 12.
Parameter 1, A, 2005, Value1, Value2, Value3, ...
Parameter 2, A, 2006, Value1, Value2, Value3, ...
Parameter 3, A, 2007, Value1, Value,2 Value3, ...
Parameter 1, B 2005, Value1, Value2, Value3, ...
Parameter 2, B, 2006, Value1, Value2, Value3, ...
Parameter 3, B, 2007, Value1, Value2, Value3, ....

to this format:
Place, year, month, parameter1, parameter2, parameter 3
A, 2005, month1, Value1, Value2, Value3
A, 2005, month2, Value1, Value2, Value3
A, 2005, month3, Value1, Value2, Value3
.. Through12...
A, 2006, month1, Value1, Value2, Value3
Through 12
2007, month 1
Through 12
B, 2005, month1, Value1, Value2, Value3
etc

I've tried pivot tables but presumably I'm doing it wrong.
Another option would (again presumably) be lookup or indexes with lots of If/and etc but its too many balls in the air for me.
Thanks
D
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)

Forum statistics

Threads
1,216,499
Messages
6,131,010
Members
449,613
Latest member
MedDash99

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