PC Review


Reply
Thread Tools Rate Thread

Average Time Difference

 
 
jonhunt
Guest
Posts: n/a
 
      12th Jul 2006

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

 
Reply With Quote
 
 
 
 
=?Utf-8?B?cGRiZXJnZXI=?=
Guest
Posts: n/a
 
      12th Jul 2006
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
>
>

 
Reply With Quote
 
Bob Phillips
Guest
Posts: n/a
 
      12th Jul 2006
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" <(E-Mail Removed)> wrote in
message news:(E-Mail Removed)...
>
> 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
>



 
Reply With Quote
 
jonhunt
Guest
Posts: n/a
 
      13th Jul 2006

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

--
jonhun
-----------------------------------------------------------------------
jonhunt's Profile: http://www.excelforum.com/member.php...fo&userid=3537
View this thread: http://www.excelforum.com/showthread.php?threadid=56082

 
Reply With Quote
 
Bob Phillips
Guest
Posts: n/a
 
      13th Jul 2006
I'll bet you didn't array enter it.

--
HTH

Bob Phillips

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

"jonhunt" <(E-Mail Removed)> wrote in
message news:(E-Mail Removed)...
>
> 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 With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Date difference Average Kashyap Microsoft Excel Worksheet Functions 7 11th Apr 2009 10:05 PM
Difference from an average =?Utf-8?B?TGFycnkgTA==?= Microsoft Excel Discussion 2 26th May 2006 04:28 PM
Average formula with a difference. Michael D Microsoft Excel Worksheet Functions 12 16th Jun 2004 08:35 PM
Average function with a difference Michael DD Microsoft Excel Worksheet Functions 1 15th Jun 2004 09:26 PM
HELP - difference of Average and median pentameggy Microsoft Excel Worksheet Functions 4 17th Mar 2004 04:33 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:24 AM.