doriannjeshi
Active Member
- Joined
- Apr 5, 2015
- Messages
- 301
- Office Version
- 365
- Platform
- Windows
Hi,
How to apply conditional formating to a pivotable based on values of another column value
this is the base table
Here values of Day , conditional formating for values = 2
I want to apply this cell color formating based on the values of column Day to the pivot with the values of Night .
This is an example as my table is very large and I need the most efficient way. Because I will have to do this with a macro and then apply permanent color formating
How to apply conditional formating to a pivotable based on values of another column value
this is the base table
number | Month | Day | Night |
TRUE | January | 1 | 4 |
TRUE | January | 1 | 8 |
SEMI | January | 2 | 4 |
FALSE | January | 1 | 4 |
SEMI | May | 1 | 3 |
TRUE | May | 2 | 8 |
FALSE | May | 1 | 3 |
SEMI | May | 2 | 4 |
FALSE | May | 2 | 4 |
TRUE | October | 1 | 8 |
TRUE | October | 2 | 4 |
FALSE | October | 1 | 3 |
Here values of Day , conditional formating for values = 2
I want to apply this cell color formating based on the values of column Day to the pivot with the values of Night .
This is an example as my table is very large and I need the most efficient way. Because I will have to do this with a macro and then apply permanent color formating