+ Reply to Thread
Results 1 to 5 of 5

working out productivity using HOURS and units to establish accurate daily result

  1. #1
    Registered User
    Join Date
    07-19-2013
    Location
    United Kingdom
    MS-Off Ver
    Office 2007
    Posts
    89

    working out productivity using HOURS and units to establish accurate daily result

    Hi,

    I have a slight issue with a formula. Seems to work most of the time but have an issue with smaller numbers.

    The formula I am using to calculate productivity is:

    =B26/HOUR(G26/(7*F26))

    One person is coming up with a #DIV/0 error and this appears to be because when evaluating the formula we have a 0.267777 and then B26 tries to divide by zero hence the error.

    The numbers I have are as follows:

    B26 = 7
    G26 = 5:46 (in [h]:mm format)
    F26 = 1

    basically the formula is = (new cases/(hours worked*FTE)

    any help around the error or a better formula?
    Last edited by Raanan; 10-21-2013 at 11:32 AM.

  2. #2
    Registered User
    Join Date
    10-14-2013
    Location
    Perth, Australia
    MS-Off Ver
    Excel 2003, 2013
    Posts
    25

    Re: working productivity!

    You seem to be including the (7*F26) in the hour calculation. Is this intended? or do you mean:
    =B26/HOUR(G26)/(7*F26)
    appreciate someone's help? then click *

  3. #3
    Registered User
    Join Date
    07-19-2013
    Location
    United Kingdom
    MS-Off Ver
    Office 2007
    Posts
    89

    Re: working productivity!

    I'm not sure.. I was under the impression the formula was
    " =UNIT/HOUR(hours worked/(hours in day*FTE))"

    if i use another's data it appears to work like i saw.

    lets work with

    B26 being 19
    G26 being 33:00
    F26 being 1

    This works out at 4.75

    which would appear to be correct. IF i use UNIT/HOUR(hours worked)/(hours in day*FTE) i get 0.30 which is clearly incorrect.

    even eyeballing you could see they are more than 0.30 productive


    I do have an alternative around it by converting hours to days in another cell but ideally i didn't want this. Based on other things im assuming this could be the only way.
    Last edited by Raanan; 10-21-2013 at 04:56 AM.

  4. #4
    Registered User
    Join Date
    07-19-2013
    Location
    United Kingdom
    MS-Off Ver
    Office 2007
    Posts
    89

    Re: working out productivity using HOURS and units to establish accurate daily result

    Done. Ps. What's rule 10?

  5. #5
    Registered User
    Join Date
    10-14-2013
    Location
    Perth, Australia
    MS-Off Ver
    Excel 2003, 2013
    Posts
    25

    Re: working out productivity using HOURS and units to establish accurate daily result

    Still not 100% sure what measure of productivity you are trying to calculate however try the following (I have included minutes to be more accurate):
    For Units/Hour: =B26/(HOUR(G26)+MINUTE(G26)/60)
    For Unit/Hour for FTE equivalent (assuming hours worked is total hours in day/week etc and not actual hours worked by employee) try:
    =B26/(HOUR(G26)+MINUTE(G26)/60)/F26

    Other than that if you want to not have a #DIV/0 Error display then use an if statement, either IF(ISERROR([full formula]),"Cannot Calc",[full formula]) or check the divisor part using an IF statement ensuring it is not equal to 0

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Productivity
    By mmitri in forum Excel General
    Replies: 3
    Last Post: 09-24-2012, 07:50 PM
  2. Weekly productivity, hours working vs multiple proccesses
    By rowanmann in forum Excel General
    Replies: 1
    Last Post: 05-13-2012, 09:00 AM
  3. Productivity Formula
    By Warehouse Dan in forum Excel General
    Replies: 5
    Last Post: 04-03-2012, 10:01 PM
  4. productivity calculation
    By Tanglefoot in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-24-2006, 11:54 PM
  5. employee productivity
    By RompStar in forum Excel General
    Replies: 4
    Last Post: 04-28-2005, 03:06 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1