Driving a status from a RYG ball
I'm working on creating a status column that is driven by changes in other columns in the same row. I'm attempting to integrate a RYG ball into one of those driver columns that would affect the status only if the ball is set to red.
This is my current formula:
=IF(ISBLANK([Asset]@row), "", IF(ISDATE([Check-Out]@row), "Checked-Out", IF([Due]@row < TODAY(), "OVERDUE", IF([Condition]@row = "Red", "Unavailable", "Checked-In"))))
but it's returning an #INVALID OPERATION error, and I'm wondering if it's because of the ball status driver.
Answers
-
Hey Dan good morning, I emulated your scenario and the formula worked out fine on my grid sheet, what type of driver do you have for your RYG balls?
-
Hi Alejandro,
I think I figured it out. I nested my IF statements incorrectly. Thanks for your response, it made me go back and double check the formula on a different test sheet!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!