Thread: time conversion
View Single Post
  #3   Report Post  
Bob Phillips
 
Posts: n/a
Default time conversion

That is time, not 1/100th time. To get this just subtract start_time from
end_time, and format as time.

If you meant 1.5 then use

=(end_time-start_time)*24

and format as general.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Charlie Zinck" <Charlie wrote in message
...
I'm trying to calculate the difference between start and finish times of
projects, and it needs to be in 1/100 time. for example 1:30 - 3:00 would
1:50. I haven't been able to figure out a formula for excel 2000.

Any help would be greatly appreciated.