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

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.

Forum statistics

Threads
1,215,480
Messages
6,125,050
Members
449,206
Latest member
Healthydogs

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