+ Reply to Thread
Results 1 to 8 of 8

Cost Driver calculation - Looking for formula/macro to calculate manpower cost alloca

  1. #1
    Registered User
    Join Date
    01-06-2005
    Location
    India
    Posts
    10

    Cost Driver calculation - Looking for formula/macro to calculate manpower cost alloca

    I am working on calculating the cost drivers for my organisation.

    We have 19 “Departments”, 11 “Head of the Departments” and around 1000+ “Employees”.

    Due to Job rotation, Supervisory, Internal Expertise etc staff are often pulled / allocated to other department out of their parent department.

    Form the staff attendance software we could get the monthly data of each staff worked in which department.

    I have attached a sample database and my requirements.

    I would appreciate if someone could help me getting the formula in the highlighted range of the attached worksheet.

    Regards

    Swastik
    Attached Files Attached Files
    Swastik

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Cost Driver calculation - Looking for formula/macro to calculate manpower cost al

    There's not enough info there to guess, and $570,000 looks wrong. You skipped C16:C18 in the CTC column.

    GO ahead and manually fill out that yellow section. That's the only way we can have a hope of seeing what you think the logic should be.

    I can suggest a D2 formula as:

    =SUMIF(D$16:D$32,$B2,$C$16:$C$32)
    ...copied down.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    01-06-2005
    Location
    India
    Posts
    10

    Re: Cost Driver calculation - Looking for formula/macro to calculate manpower cost al

    Thank you JBeaucaire for your response.

    Yes you are right. I did not calculate the CTC column correctly.

    I have also filled up the expected result.

    Revised sample data is attached.

    Would very much appreciate your help.

    Regards

    Swastik
    Attached Files Attached Files

  4. #4
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Cost Driver calculation - Looking for formula/macro to calculate manpower cost al

    For the Department Allocation:

    D2:
    =SUMPRODUCT(($D$16:$O$32=$B2)*($C$16:$C$32/12))
    copied down

    I don't really understand the point of E:G calcs I'm afraid...

    EDIT: perhaps you want:

    E2:
    =IF(ISNUMBER(SEARCH($C2,E$1)),$D2,"")
    applied across E2:G7 ?

    It would make sense to just store the names in E$1 and run a MATCH test as it will be more accurate and less open to generating spurious results.
    Last edited by DonkeyOte; 06-29-2009 at 05:34 AM.

  5. #5
    Registered User
    Join Date
    01-06-2005
    Location
    India
    Posts
    10

    Smile Re: Cost Driver calculation - Looking for formula/macro to calculate manpower cost al

    Thank you so much for understanding my problem so precisely and providing me the solution.

    My salute to you.

    Regards

  6. #6
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Cost Driver calculation - Looking for formula/macro to calculate manpower cost al

    If that takes care of your need, be sure to EDIT your original post, click Go Advanced and mark the PREFIX box [SOLVED].

  7. #7
    Registered User
    Join Date
    01-06-2005
    Location
    India
    Posts
    10

    [SOLVED] Cost Driver calculation - Looking for formula/macro

    Thank you for providing the solution.

  8. #8
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Cost Driver calculation - Looking for formula/macro to calculate manpower cost al

    Be sure to EDIT your original post (#1), click Go Advanced and mark the PREFIX box [SOLVED].

+ 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