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

I have a worksheet created and need a little help with how to find man hours
per case load onto the truck. Have total cases per night and start and stop
time of workers.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 221
Default functions to use

Stop minus Start divided by cases?
Make sure your formula's cell is formatted as [h]:mm
****************************
Hope it helps!
Anne Troy
www.OfficeArticles.com
****************************
"bkk" wrote in message
...
I have a worksheet created and need a little help with how to find man
hours
per case load onto the truck. Have total cases per night and start and
stop
time of workers.



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

You posted a very similar question in a different thread. PLEASE don't
post multiple questions for the same problem - it just tends to fragment
your answers.

One way:

A1: <start time
B1: <end time
C1: =MOD(B1-A1,1)*24 <==== # of hours between A1 & B1
D1: <cases
E1: <number of workers
F1: =(C1*E1)/D1



In article ,
bkk wrote:

I have a worksheet created and need a little help with how to find man hours
per case load onto the truck. Have total cases per night and start and stop
time of workers.

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
I need more than 8 IF functions Steve Excel Worksheet Functions 3 October 18th 06 02:15 AM
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:50 AM.

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

About Us

"It's about Microsoft Excel"