Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Average Time Difference


I have a deadline time entered as 10:11 in B7. In c7 through s7 I have
the actual times, i.e. 10:06. In most instances the deadline was met,
but in a few it was not. I'd like to have the average time variance
between the deadline and the actual. I'm not very sophisticated in
formulas, so my way would probably involve a string that's far too
long. Is there a simple way to do this?

Thanks,

Jon


--
jonhunt
------------------------------------------------------------------------
jonhunt's Profile: http://www.excelforum.com/member.php...o&userid=35370
View this thread: http://www.excelforum.com/showthread...hreadid=560826

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 258
Default Average Time Difference

Jonhunt --

Simple approach, not very elegant:

Cell C8: =$b$7-c7

Then copy from C8 out to S8.

Cell T8: =VARP(C8:S8)

HTH

"jonhunt" wrote:


I have a deadline time entered as 10:11 in B7. In c7 through s7 I have
the actual times, i.e. 10:06. In most instances the deadline was met,
but in a few it was not. I'd like to have the average time variance
between the deadline and the actual. I'm not very sophisticated in
formulas, so my way would probably involve a string that's far too
long. Is there a simple way to do this?

Thanks,

Jon


--
jonhunt
------------------------------------------------------------------------
jonhunt's Profile: http://www.excelforum.com/member.php...o&userid=35370
View this thread: http://www.excelforum.com/showthread...hreadid=560826


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Average Time Difference

Jon,

Not clear whether over and under are treated the same or not, but try this

=AVERAGE(IF(C7:S7<"",ABS(B7-C7:S7)))

which is an array formula, it should be committed with Ctrl-Shift-Enter, not
just Enter.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"jonhunt" wrote in
message ...

I have a deadline time entered as 10:11 in B7. In c7 through s7 I have
the actual times, i.e. 10:06. In most instances the deadline was met,
but in a few it was not. I'd like to have the average time variance
between the deadline and the actual. I'm not very sophisticated in
formulas, so my way would probably involve a string that's far too
long. Is there a simple way to do this?

Thanks,

Jon


--
jonhunt
------------------------------------------------------------------------
jonhunt's Profile:

http://www.excelforum.com/member.php...o&userid=35370
View this thread: http://www.excelforum.com/showthread...hreadid=560826



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Average Time Difference


I couldn't get either of these to work, but I did take the $b$7-c7 and
copy it out and then just averaged the results.


--
jonhunt
------------------------------------------------------------------------
jonhunt's Profile: http://www.excelforum.com/member.php...o&userid=35370
View this thread: http://www.excelforum.com/showthread...hreadid=560826

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Average Time Difference

I'll bet you didn't array enter it.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"jonhunt" wrote in
message ...

I couldn't get either of these to work, but I did take the $b$7-c7 and
copy it out and then just averaged the results.


--
jonhunt
------------------------------------------------------------------------
jonhunt's Profile:

http://www.excelforum.com/member.php...o&userid=35370
View this thread: http://www.excelforum.com/showthread...hreadid=560826



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 time for a race in minutes seconds & tenths Gammalite Excel Worksheet Functions 1 March 28th 06 03:50 AM
Average Time Format Brento Excel Discussion (Misc queries) 2 March 27th 06 11:35 PM
How do you calculate average time? G Man Excel Discussion (Misc queries) 4 June 30th 05 07:30 PM
What is the formula for getting time difference e.g. ("4 hrs 15 m. Sandeep Manjrekar Charts and Charting in Excel 3 December 4th 04 05:18 AM
Time / Formula to look at time difference carl Excel Worksheet Functions 5 November 8th 04 06:59 PM


All times are GMT +1. The time now is 03:07 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"