Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi i need to find the efficeiny of a project
i have 60 minutes availalble i have a target of 78 if i have no stoppages and produce 78 i am 100% if i have 30 mins stoppages and produce 39 i am 100% if i have no stoppages and produce 39 i am 50% can anyone tell me an easy wy of calculating this thanks kevin |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(num_produced=target*(mins_available-stoppages)/mins_available,"On
target","Off target") -- HTH RP (remove nothere from the email address if mailing direct) "kevcar40" wrote in message oups.com... Hi i need to find the efficeiny of a project i have 60 minutes availalble i have a target of 78 if i have no stoppages and produce 78 i am 100% if i have 30 mins stoppages and produce 39 i am 100% if i have no stoppages and produce 39 i am 50% can anyone tell me an easy wy of calculating this thanks kevin |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
thank you
|
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Bob
this tells me if i am on target or not however is there a way of show what percentage efficeint i am ? |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Kev,
Sure, just use =(target*(mins_available-stoppages)/mins_available)/target and format as percentage -- HTH RP (remove nothere from the email address if mailing direct) "kevcar40" wrote in message oups.com... Bob this tells me if i am on target or not however is there a way of show what percentage efficeint i am ? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trapping a NO FIND after a find | Excel Discussion (Misc queries) | |||
Find last occurance of text in range | Excel Worksheet Functions | |||
Find within Workbook. | Excel Discussion (Misc queries) | |||
How do I find the cell address of the 2nd largest of a set? | Excel Discussion (Misc queries) | |||
Excel has a "Find Next" command but no "Find Previous" command. | Excel Discussion (Misc queries) |