Help need for this Formula in conditional formatting
S9
S10
S19
S20
I need some kind where the Conditional Not to Take Action If One of these cell's are Empty
i have Try with this
But it came with "False"
Hope that was enough Info
S9
Code:
=IF(AND(S15=2;Y9=2);2)
Code:
=IF(AND(S15=2;Y9=1);2)
Code:
=IF(AND(S15=1;Y19=2);1)
Code:
=IF(AND(S15=1;Y19=1);1)
I need some kind where the Conditional Not to Take Action If One of these cell's are Empty
i have Try with this
Code:
=IS.EMPTY(IF(AND(S15=2;Y9=1);1))
Hope that was enough Info