Hi Excel people,
I've been looking around for a solution to my problem, but only a partial solution exists so I kindly ask you for your help.
I have an excel sheet in which I have the following:
B1 = "clock" => now()-today()
B3 = "time_threshold" => set to "13:00:00" in this example now
A6 = "formula" => "=IF(B1>B3,1,0)"
Now, when B1 > B3 then I get a "1" in A6. When this happens i want in B6 the timestamp when this happens.
(the partial solutions i found only make it work when the cell A6 is actually activated (manually), but I want the timestamp purely when the formula changes the value in A6 from 0 to 1, without me touching the excel with my mouse).
I've been looking around for a solution to my problem, but only a partial solution exists so I kindly ask you for your help.
I have an excel sheet in which I have the following:
B1 = "clock" => now()-today()
B3 = "time_threshold" => set to "13:00:00" in this example now
A6 = "formula" => "=IF(B1>B3,1,0)"
Now, when B1 > B3 then I get a "1" in A6. When this happens i want in B6 the timestamp when this happens.
(the partial solutions i found only make it work when the cell A6 is actually activated (manually), but I want the timestamp purely when the formula changes the value in A6 from 0 to 1, without me touching the excel with my mouse).