I have data with name, project name, comments, month1 value, month2 value. I want to display the name then under it the project name. Next to the project name the comments, then month1 value, month2 value. Yet the comments show as count instead of text. Unable to figure out how to correct this.
Data table:

Name Project Comments month1 month2
name1 proj1 comm1 60
name1 proj2 160 155
name2 proj1 120
name2 proj2 comm2 80
name3 proj1 comm1 120 200

This is how I want it to appear:
Row Labels Comments month1 month2
name1 160 155
proj1 comm1 60
proj2 160 155
name2 160
proj1 120
proj2 comm2 80
name3 120 200
proj1 comm1 120 200

Code:
Please Login or Register  to view this content.