I'm trying to find a way to have the Input Message (from the Data Validation tool) of cell A2 display a message depending on the content of the A1. A1, also data validated, has five possible values and I want that to trigger five different input messages for A2.
The purpose is to guide users through the worksheet and make sure multiple users are using the same syntax throughout.
The overall document is meant to keep records of actions performed on scientific samples in my lab, with "A1" corresponding to a procedure type and "A2" being details of the procedure, but whether that is a volume, percentage, outcome or source depends on the procedure type. I hope that makes sense.
I've spent all day reading up on VBA but I get the feeling I'm a mile away from figuring this out so I'd appreciate someone to get me in the ballpark so I can work from there. Thanks in advance.
The purpose is to guide users through the worksheet and make sure multiple users are using the same syntax throughout.
The overall document is meant to keep records of actions performed on scientific samples in my lab, with "A1" corresponding to a procedure type and "A2" being details of the procedure, but whether that is a volume, percentage, outcome or source depends on the procedure type. I hope that makes sense.
I've spent all day reading up on VBA but I get the feeling I'm a mile away from figuring this out so I'd appreciate someone to get me in the ballpark so I can work from there. Thanks in advance.