basic formula to auto-populate one cell based on selection in another cell
Hello - Hopefully an easy question, I just have a mental block when it comes to the formulas. I have a "Location" column with six options (single select). I have another column, "Representative" that has 4 selections. I would like the Representative column to auto populate based on what is selected in the Location column.
For instance; if Portland or Seattle are selected in the Location column, then I want "Rob" to auto-populate in the Representative column. If Boise is selected I want Sarah to auto-populate.
I thought maybe IF or INDEX might be the way to go, but I keep getting the unparseable message (which is pretty standard for me and Smartsheet formulas :). Any help or examples would be greatly appreciated!
All the best,
JB
Best Answer
-
Hi @JB MacPhee
Hope you are fine, i created this sample using your criterias in your quastion and you can extend the formula as per your actual criteria and if you like you can provide all the selections on the column "Location" & "Representative" and i will create the formula for you
=IF(OR(Location@row = "Portland", Location@row = "Seattle"), "Rob", IF(Location@row = "Boise", "Sarah"))
the following screenshot shows the result:
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
Answers
-
Hi @JB MacPhee
Hope you are fine, i created this sample using your criterias in your quastion and you can extend the formula as per your actual criteria and if you like you can provide all the selections on the column "Location" & "Representative" and i will create the formula for you
=IF(OR(Location@row = "Portland", Location@row = "Seattle"), "Rob", IF(Location@row = "Boise", "Sarah"))
the following screenshot shows the result:
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
Thanks for accepting my answer and am happy to help you any time.
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!