Hi
I am currently using this formula to highlight upcoming tasks to be completed:
=IF(Expiry@row < TODAY(45), "Red", IF(Expiry@row < TODAY(50), "Yellow", "Green"))
Now to need to add more logic that changes the colour to white once the task is complete. Should this be part of the same IF statement field or should I create a new column?
any assistance is appreciated.