Hi there,
When a prospective customer fills out an online form and provides us with information, I want to be able to automatically match the specified services to one of our advisors from a separate database I have built.
I understand VLOOKUP for one search value from one lookup table, but how can I specify multiple search values.
For example, if a client enters 3 criteria by filling out a form, how can I use Smartsheet to assign one of my advisors automatically?
1. Type
2. Region,
3. Required Service
=VLOOKUP(Type1, Region1, Required Service1, {Advisor Database Range 1}, 3, false)
The formula above is clearly giving me issues. What is the best way to do this?
Is there also a way to have the leads assigned based on priority?
Thank you!