(Excel 2010) I have a range with multiple column in it and want to do something like this :
Data : 
Food type  - Food item - Date       - Price
Vegetables - Tomatoes  - 2016-01-01 - 5$
Vegetables - Tomatoes  - 2016-01-02 - 7$
Vegetables - cucumber  - 2016-01-01 - 6$
Vegetables - cucumber  - 2016-01-02 - 8$
Fruits     - Apple     - 2016-01-01 - 5$
Meat       - Beef      - 2016-01-01 - 10$
The result I want : 
Fields - Avg(Price)
Tomatoes   - 6$
Cucumber   - 7$
Apple      - 5$
Beef       - 10$
Vegetables - 6.5$
Fruits     - 5$
Meat       - 10$
So I want to stack the fields one over the other and not in a hierarchy like this
Vegetables
 - Tomatoes
 - Cucumber
Fruits
 
 - Apple
Meat 
 - Beef
Any Idea on how I could do this without manipulating the data ?
Thanks
 
    
 
    