Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
MBubier
 
Posts: n/a
Default How do I calculate time durations over numerous dates

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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default How do I calculate time durations over numerous dates

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" wrote in message
...
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


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
MBubier
 
Posts: n/a
Default How do I calculate time durations over numerous dates

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.

"Bob Phillips" wrote:

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" wrote in message
...
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



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default How do I calculate time durations over numerous dates

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)


"MBubier" wrote in message
...
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.

"Bob Phillips" wrote:

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" wrote in message
...
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





  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Niek Otten
 
Posts: n/a
Default How do I calculate time durations over numerous dates

Format the result as Custom [h]:mm otherwise the sum will "tip over" each
24 hrs

--
Kind regards,

Niek Otten

"Bob Phillips" wrote in message
...
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)


"MBubier" wrote in message
...
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.

"Bob Phillips" wrote:

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" wrote in message
...
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







Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Calculate the time an employee signed in and out plus rate per hr Allan Excel Discussion (Misc queries) 2 November 7th 05 11:01 PM
How do I calculate and show negative time in Excel? Ramonak Excel Worksheet Functions 1 September 7th 05 01:54 AM
Calculate time and cost Sjoestaal Excel Worksheet Functions 2 March 31st 05 01:47 PM
formula to calculate # of days between dates, excluding holidays abs2299 Excel Discussion (Misc queries) 8 March 3rd 05 02:21 AM
calculate negative or positve difference in time kpmoore Excel Discussion (Misc queries) 2 January 5th 05 01:35 AM


All times are GMT +1. The time now is 05:52 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"