I need a formula to give the following result
If Cell A2 is RAT
and cell B2 is "RATART" or "RAT" or "ARTRAT"then C2 value is "SHOW" otherwise is "HIDE"
If Cell A2 is ART
and cell B2 is "RATART" or "ART" or "ARTRAT"then C2 value is "SHOW" otherwise is "HIDE"
I have got something like this but I need to add some more conditions to get the above result
=IF(AND($L$3="RAT",M3="RATART"),"Show","Hide")
Can you help please?
If Cell A2 is RAT
and cell B2 is "RATART" or "RAT" or "ARTRAT"then C2 value is "SHOW" otherwise is "HIDE"
If Cell A2 is ART
and cell B2 is "RATART" or "ART" or "ARTRAT"then C2 value is "SHOW" otherwise is "HIDE"
I have got something like this but I need to add some more conditions to get the above result
=IF(AND($L$3="RAT",M3="RATART"),"Show","Hide")
Can you help please?