efficieny

K

kevcar40

Hi
i am trying to calcualte the efficieny of a team

a1 = mins_available ( 60)
b1 = target (100)
c1 = stoppages (in minutes)
d1 = achieved (ie 50)

i have this formula
(target*(mins_available-stoppages)/mins_available)/target

problem is this does not take into account the quantity achieved
against the target

what i am trying to do is find out how long they actually worked
take what they actually achieved and work out how efficient they were
in the available time against the target

can anyone help please

kevin
 
B

Bob Phillips

=achieved/(target*(mins_available-stoppages)/mins_available)

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top