I am trying to apply formatting conditionally:
If in row 1, C = 0 and D = 0 highlight the entire row 1, then repeat for each row.
I have the following formula:
=(AND($C$1=0, $D$1=0))
but with this I have two issues:
- the formatting is applied just in row 1, and not subsequent rows
- only the column I am applying the conditional formatting to is highlighted, rather than a complete row.
How can I achieve my goal?
