Hi, I'm currently trying to create a rule for conditional formatting, where I want it to only activate when ALL 3 of the following conditions are satisfied.
1). Cell $A3 does not contain nothing
2). Cell $G3 is not TRUE
3). Cell $H3 does contain nothing
Note: condition 2). refers to a checkbox being ticked
=IF(AND($A3<>"",$G3<>TRUE,$H3=""),"TRUE","FALSE")
I have tried the formula above, however the problem I am having is that they activate even if two of the three conditions are met.
Is there any formula that could make this work? Kind Regards.
Bookmarks