View Single Post
  #1   Report Post  
sg2808 sg2808 is offline
Junior Member
 
Posts: 1
Default Help with finding result from data

I have 4 columns.
The headers are Release, ResourceType, Month1, Month2... Month12. The month column captures the effort required (numerical values) by the resourcetype.
Release has entries like - R113, R213,R313 and R413
ResourceType has entries like say - Type1, Type2, type3, type 4 and repeating in this column.

What I am trying to achieve is - I want to have 4 tables (one for each release R113,R213..) and each table will capture the resource type and the effort by Month1, Month2....Month12. I would like to have Months in column, Resource type in rows and the effort values in the data matrix.
Also, I would like to automate this. I mean if the values change in the original table, the above created table should automatically get updated.

Could you please help?
SG

Last edited by sg2808 : October 11th 12 at 11:37 AM