Thread: functions
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JE McGimpsey JE McGimpsey is offline
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.