Calculate Items Per Hour

  • Thread starter Thread starter Karthik
  • Start date Start date
K

Karthik

Hi,
I've items Produced in Column A and the time taken to produce in Column B, I
would like to know if there is a way to calculate number of items produced in
an hour.
Data looks like this.

A B
15 0:02:01
20 0:03:36
169 0:15:45
742 1:08:55
535 0:15:56
52 0:03:14

Time is in HH:MM:SS format.
Thanks for your help in advance.
 
If these are different items use the below formula in Col C1 and copy that
down.

=A1/B1/24

Format C to Number with/without decimal places to suit your requirement


If this post helps click Yes
 
If these are different items use the below formula in Col C1 and copy that
down.

=A1/B1/24

Format C to Number with/without decimal places to suit your requirement


If this post helps click Yes
 
Back
Top