I have a simple Pivot:
Jan Feb
Employee 1 100 100
Project 1 60 70
Project 2 40 30
Employee 2 90 100
Project 5 90 10
Project 8 0 90
Where employees are assigned a % of their time each month to a project.
Question: How do I conditionally format only the Employee row with values <100 WITHOUT formatting the Project rows?
Thanks!
Jan Feb
Employee 1 100 100
Project 1 60 70
Project 2 40 30
Employee 2 90 100
Project 5 90 10
Project 8 0 90
Where employees are assigned a % of their time each month to a project.
Question: How do I conditionally format only the Employee row with values <100 WITHOUT formatting the Project rows?
Thanks!