how to get a form on smartsheet to automatically send to a certain manager based on type
In a recent video that was posted by John Cicero, he spoke about having the form automatically update the sheet with which manager that intake request should be submitted to. He used a "Match&Index" formula, although he did not show us the steps on which how he did this. I tried to read the help pages on Smartsheet showing how to do this, but it didn't help my situation. Would you kindly show me the baby steps on how Cicero did this?
Thanks
Best Answer
-
The INDEX/MATCH formula will be like this:
=INDEX({Manager Range}, MATCH([Type Request]@row, {Type Request Range}),0)
For this to work, you're gonna need to have a database sheet where you list all the type requests and have the manager you want to link to each type. It's basically a 3 column sheet, where you're not gonna use the Main column (because it's always a type/number column). Make the manager column a contact list type of column and the Type request a single dropdown list column. Have both ranges linked to each column.
Then in your form sheet, make sure the type request column is a single dropdown list that exactly match the items of the helper sheet. Same for the manager column.
Add the formula within the manager column and make sure this column doesn't appear in the form to prevent users for putting names straight forward, which you don't want to happen.
Hope it helped!
Answers
-
-
The INDEX/MATCH formula will be like this:
=INDEX({Manager Range}, MATCH([Type Request]@row, {Type Request Range}),0)
For this to work, you're gonna need to have a database sheet where you list all the type requests and have the manager you want to link to each type. It's basically a 3 column sheet, where you're not gonna use the Main column (because it's always a type/number column). Make the manager column a contact list type of column and the Type request a single dropdown list column. Have both ranges linked to each column.
Then in your form sheet, make sure the type request column is a single dropdown list that exactly match the items of the helper sheet. Same for the manager column.
Add the formula within the manager column and make sure this column doesn't appear in the form to prevent users for putting names straight forward, which you don't want to happen.
Hope it helped!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!