Re: A little help with time calculations



what i have so far is :

# Get values needed to make time calculations
CT = input("input your chronometer time (ex. 07:21:46): ")
CE = input("input your chronometer correction (ex. 00:01:32): ")
CEfastslow = raw_input("is your chronometer correction fast or
slow: ")

#decide either to subtract or add CE from/to CT
if CEfastslow == "fast":
CEfastslow = CT - CE
if CEfastslow == "slow":
CEfastslow = CT + CE

but this just doesnt deal with the numbers in time format its acting
like they are just regualr integers adding them up like regular numbers

i am trying to figure out what u posted and it seems a little
complicated im trying to add it in somehow and figure out exactly what
its doing but still looking for a little easier of a way

thanks so far

.



Relevant Pages

  • RE: Time functions
    ... I have to do some time calculations and I have a formula that outputs ... I have to subtract a standard time to this number of ... I have 8:00 AM in one cell and 20.68 minutes on ...
    (microsoft.public.excel.worksheet.functions)
  • Re: Time functions
    ... Rick (MVP - Excel) ... I have to do some time calculations and I have a formula that outputs ... in minutes and I have to subtract a standard time to this number of ... I have 8:00 AM in one cell and 20.68 minutes on ...
    (microsoft.public.excel)
  • Time functions
    ... I have to do some time calculations and I have a formula that outputs ... in minutes and I have to subtract a standard time to this number of ... I have 8:00 AM in one cell and 20.68 minutes on ...
    (microsoft.public.excel)
  • Time functions
    ... I have to do some time calculations and I have a formula that outputs ... I have to subtract a standard time to this number of ... I have 8:00 AM in one cell and 20.68 minutes on ...
    (microsoft.public.excel.worksheet.functions)