Help i need a Formula for checking if 1 one or 2 cell's are Empty
the code i try is this
and this code
but they aint work
what i want is this solution
If no value in L5 nothing show in Cell "P11"
If no value in L11 nothing show in Cell "P11"
hope that was enough info
the code i try is this
Code:
=IF(OR(L5="";L11=""))
and this code
Code:
=IF(L5="";OR(L11=""))
but they aint work
what i want is this solution
If no value in L5 nothing show in Cell "P11"
If no value in L11 nothing show in Cell "P11"
hope that was enough info