I am using this formula to sort and condionning formatting a a schedule
=IF([Due Date]@row - TODAY() > 15, "Green", IF([Due Date]@row <= TODAY(), "Red", "Yellow")).
The problem I have is add any input to the row will turn red , and I wanted to turn red only when I add the due date !
Thank you!