I need to perform a transpose with a few static columns (Fruit, Category) which can vary. Also the Period can go up to 15 years. I have tried the Transpose feature, but this can transpose an individual ROW or COLUMN whereas I want to achieve the target below.
Current State
Fruit     Category     2012    2013
Apple     Fruit        24      26
Orange    Fruit        20      32
Tomato    Vegetable    50      40
Target State
Fruit  Category   Period  Quantity
  Apple  Fruit     2012    24
  Apple  Fruit     2013    26
  Orange Fruit     2012    20
  Orange Fruit     2013    32
  Tomato Vegetable 2012    50
  Tomato Vegetable 2013    40
I am not sure if there is a standard feature in Excel that can achieve this or if there is a trick with the transpose function itself.
 
     
    