From: Norm on
I want to calculate production numbers
I have the actual production number in F5 (115 peices)
I have the time duration in I5 (:59)
I need the average per hour in J5
Can someone help please
If more info is required please let me know
Cheers!!!

From: Bob Phillips on
Try

=F5/(I5*24)

--

HTH

Bob

"Norm" <Norm(a)discussions.microsoft.com> wrote in message
news:36292C5A-3EDD-40DF-9885-F763F352FD68(a)microsoft.com...
>I want to calculate production numbers
> I have the actual production number in F5 (115 peices)
> I have the time duration in I5 (:59)
> I need the average per hour in J5
> Can someone help please
> If more info is required please let me know
> Cheers!!!
>


From: Roger Govier on
Hi Norm

Time is stored as fractions of a day (24 hours).
So
=F5/(I5*24)
Format J5 as General
Result is 116.95
--
Regards
Roger Govier

Norm wrote:
> I want to calculate production numbers
> I have the actual production number in F5 (115 peices)
> I have the time duration in I5 (:59)
> I need the average per hour in J5
> Can someone help please
> If more info is required please let me know
> Cheers!!!
>
From: Dianne on

Norm;700670 Wrote:
>
I want to calculate production numbers
> I have the actual production number in F5 (115 peices)
> I have the time duration in I5 (:59)
> I need the average per hour in J5
> Can someone help please
> If more info is required please let me know
> Cheers!!!



Be sure F5 is number format, I5 is time format, J5 is h:ss and enter
this formula:
=AVERAGE(F5*59/60)


--
Dianne
------------------------------------------------------------------------
Dianne's Profile: http://www.thecodecage.com/forumz/member.php?u=1755
View this thread: http://www.thecodecage.com/forumz/showthread.php?t=196041

http://www.thecodecage.com/forumz