Assume I have =now() in A1. This gives me the current time (and date), eg 13:23:00 (the cell is formatted for time only).
Via VBA the sheet also downloads prices at regular intervals, eg 5 minutes; this time is recorded in column B,eg 13:20:00. From this I know the next price will downnload in 2 minutes.
I would like a cell, eg C1 to display the difference (countdown) between the current time and the next update (to the second). The obvious solution would be,
last time update+ 5 minutes - A1(current time).
However, despite rtfm, there doesn't seem to be a solution.
Any suggestions for cell or VBA solution greatly appreciated.
Grant.
Via VBA the sheet also downloads prices at regular intervals, eg 5 minutes; this time is recorded in column B,eg 13:20:00. From this I know the next price will downnload in 2 minutes.
I would like a cell, eg C1 to display the difference (countdown) between the current time and the next update (to the second). The obvious solution would be,
last time update+ 5 minutes - A1(current time).
However, despite rtfm, there doesn't seem to be a solution.
Any suggestions for cell or VBA solution greatly appreciated.
Grant.