Hello!
I am trying to create a formula to show the status symbols for the projects I'm working on. The following formula keeps giving me an error and I am stumped.
=IF([Course 1 Due Date]@row), < TODAY(7), "Red" , IF([Course 1 Due Date]@row), < TODAY(14), "Yellow", IF([Course 1 Due Date]@row, < TODAY(30), "Blue")))
I am trying to do the following:
If the course is due within 7 days, I want the status to be red
If the course is due within 14 days, I want the status to be yellow
If the course is due within 30 days, I want the status to be blue
thank you!