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

how would i get the man hours to do a load. I have 4 workers and it took
them 1:30 to load 1023 cases.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default functions

One way:

=4*1.5/1023 === 0.005865103 mh/case


In article ,
bkk wrote:

how would i get the man hours to do a load. I have 4 workers and it took
them 1:30 to load 1023 cases.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default functions

Assuming
#workers in A2: 4,
time taken in B2: 1:30 (time format),
total cases in C2: 1023,

Place
In D2: =A2*(B2*24)
In E2: =D2/C2
Format D2 and E2 as number to taste

D2 returns the total manhours (= #workers x time taken*)
*with the time in B2 converted to decimal time via the "x 24" bit

E2 returns the required manhours per case (= total manhours / total cases)

You could select D2:E2 and simply copy down to return corresponding results
for other sets of inputs in A3:C3. A4:C4, etc
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"bkk" wrote:
how would i get the man hours to do a load. I have 4 workers and it took
them 1:30 to load 1023 cases.

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

what function should i use, I did what you said and the function just stayed
their.

"Max" wrote:

Assuming
#workers in A2: 4,
time taken in B2: 1:30 (time format),
total cases in C2: 1023,

Place
In D2: =A2*(B2*24)
In E2: =D2/C2
Format D2 and E2 as number to taste

D2 returns the total manhours (= #workers x time taken*)
*with the time in B2 converted to decimal time via the "x 24" bit

E2 returns the required manhours per case (= total manhours / total cases)

You could select D2:E2 and simply copy down to return corresponding results
for other sets of inputs in A3:C3. A4:C4, etc
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"bkk" wrote:
how would i get the man hours to do a load. I have 4 workers and it took
them 1:30 to load 1023 cases.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default functions

If you type or copied Max's formulas to D2 and E2 and it remains a formula in
the cell, could be your cell was formatted as text.

Re-format the cell to General then hit F2 and ENTER.


Gord Dibben MS Excel MVP


On Sat, 10 Mar 2007 15:30:00 -0800, bkk wrote:

what function should i use, I did what you said and the function just stayed
their.

"Max" wrote:

Assuming
#workers in A2: 4,
time taken in B2: 1:30 (time format),
total cases in C2: 1023,

Place
In D2: =A2*(B2*24)
In E2: =D2/C2
Format D2 and E2 as number to taste

D2 returns the total manhours (= #workers x time taken*)
*with the time in B2 converted to decimal time via the "x 24" bit

E2 returns the required manhours per case (= total manhours / total cases)

You could select D2:E2 and simply copy down to return corresponding results
for other sets of inputs in A3:C3. A4:C4, etc
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"bkk" wrote:
how would i get the man hours to do a load. I have 4 workers and it took
them 1:30 to load 1023 cases.




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

I changed the format and that worked but my man hours per case wasn't but
0.01 and I don't think that could be right. I have 4 workers it took 9:00
hours to load 5700 cases.


"Gord Dibben" wrote:

If you type or copied Max's formulas to D2 and E2 and it remains a formula in
the cell, could be your cell was formatted as text.

Re-format the cell to General then hit F2 and ENTER.


Gord Dibben MS Excel MVP


On Sat, 10 Mar 2007 15:30:00 -0800, bkk wrote:

what function should i use, I did what you said and the function just stayed
their.

"Max" wrote:

Assuming
#workers in A2: 4,
time taken in B2: 1:30 (time format),
total cases in C2: 1023,

Place
In D2: =A2*(B2*24)
In E2: =D2/C2
Format D2 and E2 as number to taste

D2 returns the total manhours (= #workers x time taken*)
*with the time in B2 converted to decimal time via the "x 24" bit

E2 returns the required manhours per case (= total manhours / total cases)

You could select D2:E2 and simply copy down to return corresponding results
for other sets of inputs in A3:C3. A4:C4, etc
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"bkk" wrote:
how would i get the man hours to do a load. I have 4 workers and it took
them 1:30 to load 1023 cases.



  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default functions

OK, what answer do *you* think Excel's arithmetic should give when it is
dividing 36 man hours by 5700?

0.006316 if you want a few more decimal places, or about 23 seconds per
case.
--
David Biddulph

"bkk" wrote in message
...
I changed the format and that worked but my man hours per case wasn't but
0.01 and I don't think that could be right. I have 4 workers it took 9:00
hours to load 5700 cases.


"Gord Dibben" wrote:

If you type or copied Max's formulas to D2 and E2 and it remains a
formula in
the cell, could be your cell was formatted as text.

Re-format the cell to General then hit F2 and ENTER.


Gord Dibben MS Excel MVP


On Sat, 10 Mar 2007 15:30:00 -0800, bkk
wrote:

what function should i use, I did what you said and the function just
stayed
their.

"Max" wrote:

Assuming
#workers in A2: 4,
time taken in B2: 1:30 (time format),
total cases in C2: 1023,

Place
In D2: =A2*(B2*24)
In E2: =D2/C2
Format D2 and E2 as number to taste

D2 returns the total manhours (= #workers x time taken*)
*with the time in B2 converted to decimal time via the "x 24" bit

E2 returns the required manhours per case (= total manhours / total
cases)

You could select D2:E2 and simply copy down to return corresponding
results
for other sets of inputs in A3:C3. A4:C4, etc
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"bkk" wrote:
how would i get the man hours to do a load. I have 4 workers and it
took
them 1:30 to load 1023 cases.





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
IF OR functions keyinput Excel Worksheet Functions 6 October 18th 06 05:53 PM
2 if functions together billykiller05 Excel Worksheet Functions 1 July 26th 06 06:22 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
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 05:13 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"