A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Calculate Items Per Hour



 
 
Thread Tools Display Modes
  #1  
Old May 15th, 2009, 02:53 AM posted to microsoft.public.excel.misc
karthik
external usenet poster
 
Posts: 45
Default Calculate Items Per Hour

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.

--
Karthi
  #2  
Old May 15th, 2009, 04:35 AM posted to microsoft.public.excel.misc
Jacob Skaria
external usenet poster
 
Posts: 5,952
Default Calculate Items Per Hour

=SUM(A1:A10)/SUM(B1:B10)/24

If this post helps click Yes
---------------
Jacob Skaria


"Karthik" wrote:

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.

--
Karthi

  #3  
Old May 15th, 2009, 04:40 AM posted to microsoft.public.excel.misc
Jacob Skaria
external usenet poster
 
Posts: 5,952
Default Calculate Items Per Hour

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
---------------
Jacob Skaria


"Karthik" wrote:

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.

--
Karthi

 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 03:37 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.