+ Reply to Thread
Results 1 to 10 of 10

Available hours calculation in Utilization!!!

  1. #1
    Forum Contributor
    Join Date
    11-01-2006
    Posts
    113

    Available hours calculation in Utilization!!!

    Hi Brains,

    I need to work out utilization of particular department in our company.
    Normally we get a report with the following informations from the system :

    Actual hours spent by an resource :XXX
    Hours need to be billed :xxx

    But i need another column ->Available hours ( calculation based )

    Utilization formula would be billed hours / Available hours * 100

    Available hours

    Availalble hours workings should be as follows :

    Resource who works on onsite - 8 hours per Day
    Resource who works on offshore - 8.75 hours per Day

    A resource may work on onsite for few days or he/she may be full month onsite ( or ) fully offshore.

    Working should be hours based & project based

    Attached worksheet for further understanding.

    Eagerly waiting for reply
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    11-01-2006
    Posts
    113
    :bump::bump:

  3. #3
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591
    Hi

    How did you get the 35 hours in Example!E4? Just seems to be entered. If so then are you only trying to find the result that should go into E6?

    Perhaps update your example and explain how each of the numbers in column E is determined.


    rylo

  4. #4
    Forum Contributor
    Join Date
    11-01-2006
    Posts
    113
    Oops wrongs illustrated.
    Please find the revised example (E17 column will be 96.25 hours ) and sorry for the confusion.

    Let me know whether you clarified?
    Attached Files Attached Files

  5. #5
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591
    Hi

    Using sheet example
    E16: =(20-SUMPRODUCT(--(C3:C6="Onsite"),(D3:D6))/8)*8.75
    E4: =ROUND(D4/(D4+D6)*E16,0)
    E6: =E16-E4
    E6: change the format to general.

    Or
    E6: =ROUND(D4/(D4+D6)*E16,0)
    This will leave an outstanding available hours of 0.25...

    If this is OK, then try to expand for sheet1. Come back with any questions.


    rylo

  6. #6
    Forum Contributor
    Join Date
    11-01-2006
    Posts
    113
    Thanks Rylo for the reply.

    But can you help me in a formula for Sheet1 where more number of employees & projects involved.

  7. #7
    Forum Contributor
    Join Date
    11-01-2006
    Posts
    113
    Can anybody help me

  8. #8
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591
    Hi

    Using sheet1:
    H1: =SUM(1/COUNTIF(A3:A10,A3:A10))*20
    This formula is array entered. Hold down the shift and ctrl keys, then press enter.
    E16: =(H1-SUMPRODUCT(--(C3:C10="Onsite"),(D3:D10))/8)*8.75
    F3: =ROUND(IF(C3="Onsite",D3,D3/SUMPRODUCT(--($C$3:$C$10="offshore"),($D$3:$D$10))*$E$16),0)
    Copy from F3 down to F10.

    See how that goes.

    rylo

  9. #9
    Forum Contributor
    Join Date
    11-01-2006
    Posts
    113
    I think it works & let me check.
    Thank you very much rylo.


    Quote Originally Posted by rylo
    Hi

    Using sheet1:
    H1: =SUM(1/COUNTIF(A3:A10,A3:A10))*20
    This formula is array entered. Hold down the shift and ctrl keys, then press enter.
    E16: =(H1-SUMPRODUCT(--(C3:C10="Onsite"),(D3:D10))/8)*8.75
    F3: =ROUND(IF(C3="Onsite",D3,D3/SUMPRODUCT(--($C$3:$C$10="offshore"),($D$3:$D$10))*$E$16),0)
    Copy from F3 down to F10.

    See how that goes.

    rylo

  10. #10
    Registered User
    Join Date
    04-14-2013
    Location
    USA
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Available hours calculation in Utilization!!!

    Good one! Thanks a lot for sharing your ideas here. I've learned a lot so far and I hope you keep on updating. Looking forward for more of these!
    Last edited by arlu1201; 05-06-2013 at 02:26 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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