I have been looking around and can't seem to find exactly what I'm trying to do. I know I need a VBA script to accomplish my ask.
Cell B4 contains a drop down menu
Cell B5 is dependent on B4
Can someone help me with the VBA needed to get this done.
Cell B4 contains a drop down menu
Cell B5 is dependent on B4
- If B4 = blank then B5 = blank
- If B4 = "Special/Hard Ticket Event" then B5 = "N/A"
- if B4 is anything else then B5 = drop down list, name YN
Can someone help me with the VBA needed to get this done.