Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default date/time average

I have two columns and in each column I have a date and time.

A1 has 7/22/09 13:31
B1 has 7/29/09 14:53

I need to know the average length of time it took to get from A1 to B1 (if
it's possible) Basically A1 is when something was submitted and B1 is when
someone actually worked on it. Need to know the average time it took to get
it worked on.

Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default date/time average

In Column C enter formula
=B1-A1
and custom format to [h]:mm:ss

Once done apply the AVERAGE() formula, Make sure this cell also is formatted
to [h]:mm:ss

If this post helps click Yes
---------------
Jacob Skaria


"Hookette" wrote:

I have two columns and in each column I have a date and time.

A1 has 7/22/09 13:31
B1 has 7/29/09 14:53

I need to know the average length of time it took to get from A1 to B1 (if
it's possible) Basically A1 is when something was submitted and B1 is when
someone actually worked on it. Need to know the average time it took to get
it worked on.

Thanks.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default date/time average

With out the helper column you can use the below array formula. Make sure all
entries in the range a1:B4 are filled with valid date/time entries..Please
note that this is an array formula. Within the cell in edit mode (F2) paste
this formula and press Ctrl+Shift+Enter to apply this formula. If successful
in 'Formula Bar' you can notice the curly braces at both ends like
"{=<formula}"

Col A Col A Col C
7/22/2009 13:31 7/22/2009 15:31 2:00:00
7/22/2009 15:31 7/22/2009 15:51 0:20:00
7/22/2009 15:31 7/22/2009 17:35 2:04:00
7/22/2009 15:31 7/22/2009 18:31 3:00:00

Average =AVERAGE(C1:C4)

OR

Array formula =AVERAGE(B1:B4-A1:A4)


If this post helps click Yes
---------------
Jacob Skaria


"Hookette" wrote:

I have two columns and in each column I have a date and time.

A1 has 7/22/09 13:31
B1 has 7/29/09 14:53

I need to know the average length of time it took to get from A1 to B1 (if
it's possible) Basically A1 is when something was submitted and B1 is when
someone actually worked on it. Need to know the average time it took to get
it worked on.

Thanks.

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
average rate of change per given time period between 2 moments in time of a value David Virgil Hobbs Excel Worksheet Functions 1 December 19th 06 07:24 AM
Calculating days & time left from start date/time to end date/time marie Excel Worksheet Functions 7 December 7th 05 02:36 PM
Combined date time cell to separate date & time components Mark Ada Excel Discussion (Misc queries) 1 December 2nd 04 02:48 AM
Combined date time cell to separate date & time components Mark Ada Excel Discussion (Misc queries) 1 December 2nd 04 12:07 AM
Combined date time cell to separate date & time components Mark Ada Excel Worksheet Functions 1 December 2nd 04 12:04 AM


All times are GMT +1. The time now is 04:08 PM.

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

About Us

"It's about Microsoft Excel"