Hi, Can you please help me get an event code with two conditions to generate a message for two scenarios as follows?
1)
I am trying to translate this formula into VBA:
IF(AND($A1="Home",$B1="School"),"Invalid Combination","")
I want the event code to check these conditions for rows 1 to 20.
I...