Formula Support
I am trying to add a formula that will update my "Current Status" with the associated Color Ball based on the "Schedule Status" column.
I have the below formula that is working. However, it does NOT account for multiple options. As I have four different color balls and five "Schedule State" options to coordinate.
Current Formula that is working for single option
=IF([Schedule State]@row = "Accepted", "Blue")
Please help.
If anyone is available to meet for 5-10 min to trouble shoot this, I would be extremely grateful.
Answers
-
What you need is a nested IF statement.
=IF(1st_argument, 1st_true, IF(2nd_argument, 2nd_true, IF(3rd_argument, 3rd_true, if_all_false)))
Basically you nest the next IF inside of the 3rd portion of the preceding IF.
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.9K Get Help
- 378 Global Discussions
- 208 Industry Talk
- 441 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 290 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!