time conversion

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top