How do I calculate time durations over numerous dates

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

Guest

I am trying to enter data that was collected on different dates/times and
calculate the duration of the entire data collection. How can I enter the
dates and time such that I can calculate the duration? I am using Excel 2000
 
If you enter them as standard time, such as 09:15:30, then just subtract
them to get the duration, and format that as time also.

--

HTH

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


MBubier said:
I am trying to enter data that was collected on different dates/times and
calculate the duration of the entire data collection. How can I enter the
dates and time such that I can calculate the duration? I am using Excel
2000
 
I've got that, but what about including different dates? I tried formatting
the cell such that the date is also part of the entry but then I can not
subtract them.
 
Why not? It will still have a valid value, it just differs how you present
it.

One way would be

=INT(A2-A1)&" days, "&TEXT(MOD(A2-A1,1),"hh:mm:ss")

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Format the result as Custom [h]:mm otherwise the sum will "tip over" each
24 hrs
 

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