Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to take a FINISH TIME (10:00 PM) and subtract a START TIME (9:20 PM)
and then take the 40 Minutes (or 66666666% of an Hour) and divide the TOTAL UNITS PRODUCED in those forty Minutes to determine a UNITS PRODUCED PER HOUR. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=produced/((finish-start)/24)
"Gary A" wrote: I want to take a FINISH TIME (10:00 PM) and subtract a START TIME (9:20 PM) and then take the 40 Minutes (or 66666666% of an Hour) and divide the TOTAL UNITS PRODUCED in those forty Minutes to determine a UNITS PRODUCED PER HOUR. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
oops.. went / instead of *
=prouced/((finish-start)*24) "Gary A" wrote: I want to take a FINISH TIME (10:00 PM) and subtract a START TIME (9:20 PM) and then take the 40 Minutes (or 66666666% of an Hour) and divide the TOTAL UNITS PRODUCED in those forty Minutes to determine a UNITS PRODUCED PER HOUR. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Converting a time calculation to a value to do math with | Excel Worksheet Functions | |||
Math Calculation | Excel Discussion (Misc queries) | |||
Performing Math with Time over 24 hours | Excel Worksheet Functions | |||
time math | Excel Worksheet Functions | |||
Simple math calculation - 50/50? | Excel Worksheet Functions |