Regards,
Fred.
"Dale G" <Da...@discussions.microsoft.com> wrote in message
news:45447921-AE98-4999...@microsoft.com...
=if(count(c2:d2)<2,"",d2-c2)
(formatted nicely)
If you want to treat negative times as exactly on time (no credit for arriving
early), you could use something like this to determine that adjusted average:
=sumif(e:e,">"&0,e:e) / count(e:e)
or
=sumif(e:e,">"&0) / count(e:e)
--
Dave Peterson
--
HTH
Kassie
Replace xxx with hotmail
=IF(OR(D1="",C1=""),"",D1-C1)
--
Gary''s Student - gsnu200909
"Dave Peterson" wrote:
> .
>