Wrestled with this enough. Need to call in a friend. Can anyone figure out what is wrong with my formula?
=IF([Last review date]1> 365), "Red", IF(AND([Last review date]1 < 365, [Last review date]1 > 275), "Yellow", IF(AND([Last review date]1 < 275, [Last review date]1 > 0), "Green", "")))