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
Check out the Formula Handbook template!