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
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 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!