I am not sure why my lights wont change based on the dates:
=IF([Original Due Date]@row < TODAY(14), "Yellow", IF([Original Due Date]@row < TODAY(7), "Blue", IF([Revised Due Date]@row > [Original Due Date]@row, "Red")))
Would like:
Yellow: <14 days from today
Blue: <7 days from today
Red: Revised Date < Original Date