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
- Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!