View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default One how to please

Hi
try a formula like the following in A2
=INT(A1*24*60)-1786

--
Regards
Frank Kabel
Frankfurt, Germany


Gmaz D wrote:
My problem is:
In (4 example) A1 I have time which is updated.
I need to change value in (4 example) A2 depending on time.
But, every new updated minut I need to have value in A2 updated by
(again 4 example) 1.

So, I need:

A
1 18:52
2 66

---------------

A
1 18:53
2 67


Another problem will be to change the value (that +1) in another
value (+2).

Sorry 4 bad typing.

Thx. in advance.