Formula help
kpierson109
✭✭✭
I want a dropdown list to populate choices from another dropdown list.
So If "Wonder" is selected in the first dropdown, I want "al.wonder" to be selected from the other list.
If "Wonder" and "Organize" are both selected, I want "al.wonder" to be selected also "al.organize" to be selected as well.
=IF([WW Label(s)]@row = "Wonder", "al.wonder")
Answers
-
Hi @kpierson109
Try this formula
=IF(ISERROR(FIND("Wonder", [First Dropdown]@row)), "", "al.wonder") & IF(ISERROR(FIND("Organize", [First Dropdown]@row)), "", ",al.organize")
Make sure your going to remove
[First Dropdown]
with the actual cell reference of your first dropdown list.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!