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

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.

Forum statistics

Threads
1,223,270
Messages
6,171,102
Members
452,379
Latest member
IainTru

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