In cell A1 I have data validation that only allows a list of 1, 2, or 3. In cell D1, I have data validation that only allows a list of A, B, or C. I need to keep a user from selecting 1 in cell A1 and C in cell D1. I cannot figure out how to keep a user from selecting this combination. Is there VBA that can be written to have a MsgBox appear when a user attempts to select this combination?
Thank you for your time in assisting me.
Thank you for your time in assisting me.