I need to make a comparison between a cell with a "live" time stamp and another cell with a static time. I am running a macro which updates the cell time every 60 seconds.
If the actual time is more than 40mins past the static time I would like to conditionally format a cell to change colour.
Thanks for your help.
Instead of running a macro, you could use the '=now()' function in the cell containing the current time/date, then have another cell displaying the difference between the static time cell and the current time cell.
Then, if your cell containing the time difference is a1:
Or whatever color you want in the flagged time difference cell.