#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bkk bkk is offline
external usenet poster
 
Posts: 7
Default functions

need help with a worksheet and how to figure man hours per case.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default functions

One way:

Assume # of cases in A1, # of workers in B1, # of hours in C1, then:

D1: =(B1*C1)/A1

In article ,
bkk wrote:

need help with a worksheet and how to figure man hours per case.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bkk bkk is offline
external usenet poster
 
Posts: 7
Default functions

Ok I have 4 workers and it took 10:25 hours to load 5,122 cases.


"JE McGimpsey" wrote:

One way:

Assume # of cases in A1, # of workers in B1, # of hours in C1, then:

D1: =(B1*C1)/A1

In article ,
bkk wrote:

need help with a worksheet and how to figure man hours per case.


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default functions

OK,

A1: 4
B1: 10:25
C1: 5122
D1: =(B1*C1)/A1

formatted as time, D1 returns 00:00:29 man-hours per case.

If you want to work in decimals rather than times, multiply B1 by 24 to
get 10.4166667 hours. Then D1 (formatted as general, or some other
Number format) returns 0.00813484 man-hours per case.




In article ,
bkk wrote:

Ok I have 4 workers and it took 10:25 hours to load 5,122 cases.


"JE McGimpsey" wrote:

One way:

Assume # of cases in A1, # of workers in B1, # of hours in C1, then:

D1: =(B1*C1)/A1

In article ,
bkk wrote:

need help with a worksheet and how to figure man hours per case.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
help with functions frankrizzo Excel Worksheet Functions 4 July 28th 06 08:43 PM
efficiency: database functions vs. math functions vs. array formula nickname Excel Discussion (Misc queries) 2 July 14th 06 04:26 AM
Looking for a site with functions that substitute the ATP functions Franz Verga Excel Worksheet Functions 3 June 24th 06 04:30 AM
Functions of x Siberian Charts and Charting in Excel 1 July 23rd 05 02:49 PM
Nesting functions in the functions dialog box cs170a Excel Worksheet Functions 0 June 10th 05 10:36 PM


All times are GMT +1. The time now is 09:36 PM.

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

About Us

"It's about Microsoft Excel"