I have a need to have specific values populate a cell based on the Employee value entered from a form.
For example:
If Steve enters his information from the form, I need the Category cell to populate with Sales Tools.
If Jen enters her information from the form, I need the Category cell to populate with Digital Marketing.
If anyone else enters info from the form, Category cell should populate with Consulting.
I have tried IF, IF(OR, IF(OR(OR and always get UNPARSABLE error.
Please help.