Presently I have a RYG IF formula to do the following.
=IF([Commitment Expiration Date]11 < TODAY(), "Red", IF([Commitment Expiration Date]11 = TODAY(), "Yellow", IF([Commitment Expiration Date]11 > TODAY(), "Green")))
I would like to change the automated RYG balls in my sheet to turn “Green” if the Due Date is in the future, “Yellow” if the Due Date is 3 months from today, and “Red” if the Due Date is in the past. How do I create this in Smartsheet?
Thank you for any advise and help!