I am trying to replicate the following formula in Data Validation:
="Call"&E2
="Email"&E2
I am entering a name into cell E2 - let's say Jane Doe. I want the data validation to read in a LIST: Call Jane Doe, Email Jane Doe
I would typically just type: =Call Jane Doe,Email Jane Doe in the data validation. However the names change, so I need data validation to pull the name from E2.
Can this be done?
="Call"&E2
="Email"&E2
I am entering a name into cell E2 - let's say Jane Doe. I want the data validation to read in a LIST: Call Jane Doe, Email Jane Doe
I would typically just type: =Call Jane Doe,Email Jane Doe in the data validation. However the names change, so I need data validation to pull the name from E2.
Can this be done?