Hi All,
I have a pivot table where I like my current layout but now I've been asked to add some colors to each row.
Basically, I have a row for each project and the columns list the months. The fields currently show hours.
Jan Feb Mar .... Dec
Project 1
Project 2
.....
Project 10
Now I want to color the project title in each row based on each status for the individual project. (as an alternative, the rows can be colored instead but not as desirable)
So my status is either 1, 2 or 3. (Upcoming, Ongoing, complete).
Each project has a status on a that can be looked up in the table that created the pivot. (I can add it to the pivot but then I get nonsensical rows of 1, 2 and 3 in the report that wouldn't be understood.)
Any thoughts?
Regards,
Jeff
P.S. I'd prefer not to use VBA since executives might use this and not have VBA enabled or know how to run it.
I have a pivot table where I like my current layout but now I've been asked to add some colors to each row.
Basically, I have a row for each project and the columns list the months. The fields currently show hours.
Jan Feb Mar .... Dec
Project 1
Project 2
.....
Project 10
Now I want to color the project title in each row based on each status for the individual project. (as an alternative, the rows can be colored instead but not as desirable)
So my status is either 1, 2 or 3. (Upcoming, Ongoing, complete).
Each project has a status on a that can be looked up in the table that created the pivot. (I can add it to the pivot but then I get nonsensical rows of 1, 2 and 3 in the report that wouldn't be understood.)
Any thoughts?
Regards,
Jeff
P.S. I'd prefer not to use VBA since executives might use this and not have VBA enabled or know how to run it.