Microsoft Windows
Active Members
- Joined
- Dec 10, 2024
- Messages
- 11,924
Using condition formatting, I am trying to change the colour of a cell based on a date. The idea is that if a training certificate expires in 2 months the cell will turn green.If the training certificate expires in 1 month time the cell will turn yellow.If the training certificate has expired the cell will turn red.Like a traffic light system.I am using the following formulas:=AND(C6:AY25>(TODAY()+30),C6:AY25<(TODAY()+60))to turn green=AND(C6:AY25>TODAY(),C6:AY25<=(TODAY()+30))to turn yellowBut they are not working.And I can't figure out the final formula to turn t
Continue reading...
Continue reading...