Daniel Perboni Posted May 21, 2020 Posted May 21, 2020 How i can force a color based on cell value and other field using a cross table I have date and day of week as headers , and i need : if the "dayofweek" is saturday(6) or sunday(0) then cell. color = yellow else if cell.value = "-" then // when there is no data the cell is empty or can be put a text in "Appearances" color = red else color = white or without color end end example in the file "example.zip" Thanks.
Shashank Gurnalkar Posted May 22, 2020 Posted May 22, 2020 As per my understanding, the condition that we put in the color rules in cross table is applicable for the cell values and not for the horizontal or vertical axes.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now