Hi,
I have been given a register by a colleague containing a list of various plant owned by the company. As all the equipment needs to be calibrated yearly I wanted to use a traffic light system in conditional formatting. So if the item was due for calibration within 7 days it would be red. 30 days amber and anything over that would be green.
So far though I have come up with the following which sadly is not returning the results I had hoped for;
=IF(L6<>"",TODAY()-L6<7,TODAY()-K6=7) - Red
=IF(L6<>"",TODAY()-L6=30,TODAY()-K6=30) - Amber
=L6<>"" - Green
Column K = Last Calibration date
Column L = Calibration Due
Column T = Results (Red/Amber/Green)
Any help in showing me were I have gone wrong or a solution to my problem would be greatly appreciated
Regards
Taff
Bookmarks