+ Reply to Thread
Results 1 to 6 of 6

How to calculate the manpower distribution??

  1. #1
    Forum Contributor
    Join Date
    07-12-2015
    Location
    Dubai,UAE
    MS-Off Ver
    Office 365
    Posts
    424

    How to calculate the manpower distribution??

    Hi all,

    I am new to the forum,would like to request all of you to share your thoughts on the question.
    I am a planning engineer working on construction projects in the Middle East,I have to deal with a lot of number crunching on a daily basis.
    Right now I have a list of activities with their start and finish dates,and also the manpower needed for the same.The manpower shown is what is required on a daily basis.

    For eg . if start and finish dates are Aug 2 and Aug 6 respectively and the no. of plumbers is 6,it means 6 plumbers are needed on Aug 2,3,4,5 and 6.

    What I need is,I need to calculate the total manpower which will be needed on each day,trade-wise i.e how much will be the total required manpower on a specific date?

    I have done this exercise manually,but I'm sure there will be a way to do it easily(using Pivot tables or similar).

    Please can anyone shed some light on the problem?
    ( i'm attaching the excel sheet)


    Thanks in advance
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor quekbc's Avatar
    Join Date
    01-18-2010
    Location
    Sydney, Australia
    MS-Off Ver
    2010, 2013, 2016
    Posts
    1,149

    Re: How to calculate the manpower distribution??

    How about something like this?

    Note that one of my checks have flagged out a potential error in row 15 of this attached file (end date is before start date)
    Attached Files Attached Files

  3. #3
    Forum Expert Crooza's Avatar
    Join Date
    10-19-2013
    Location
    Hunter Valley, Australia
    MS-Off Ver
    Excel 2003 /7/10
    Posts
    2,082

    Re: How to calculate the manpower distribution??

    Try this as an option (Can't up load because of firewalls and world domination is likely to occur by having excel files uploaded apparently!!!)

    In G1 type a date
    then below than type the following formulas. When you type them in enter them with Cntl + Shift + Enter as they are array formulas and you will know they are right because they will also have a squiggly bracket around them {}

    In G2 =SUM(IF(G1>=$A$2:$A$471,1,0)*IF(G1<=$B$2:$B$471,1,0)*$C$2:$C$471) for plumbers
    In G3 =SUM(IF(G1>=$A$2:$A$471,1,0)*IF(G1<=$B$2:$B$471,1,0)*$D$2:$D$471) for electricians
    in G4 =SUM(IF(G1>=$A$2:$A$471,1,0)*IF(G1<=$B$2:$B$471,1,0)*$E$2:$E$471) for AC techs

    You can then simply change the date in G1 Or you can drag across the screen to fill multiple dates and drag the below formulas across too if you want to look at say a month at a time
    Last edited by Crooza; 07-13-2015 at 12:25 AM.
    Happy with my advice? Click on the * reputation button below

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: How to calculate the manpower distribution??

    For total demand by trade by day,

    Row\Col
    A
    B
    C
    D
    E
    F
    G
    H
    I
    J
    K
    L
    1
    12146
    12929
    9920
    H1 and across: =SUM(H3:H472)
    2
    Start
    Finish
    Plumber
    Electrician
    AC Tech
    Date
    Plumber
    Electrician
    AC Tech
    3
    24-Jul
    25-Jul
    3
    06-Jul
    10
    0
    0
    G3: =MIN($A$3:$B$472)
    4
    02-Aug
    06-Aug
    3
    07-Jul
    68
    140
    30
    G4 and down: =G3+1
    5
    27-Jul
    30-Jul
    6
    08-Jul
    78
    176
    65
    H3 and across & down: =SUMIFS(C$3:C$472, $A$3:$A$472, "<=" & $G3, $B$3:$B$472, ">=" & $G3)
    6
    01-Aug
    02-Aug
    3
    09-Jul
    96
    164
    65
    7
    04-Aug
    05-Aug
    5
    10-Jul
    59
    124
    65
    8
    27-Jul
    30-Jul
    5
    11-Jul
    86
    176
    80
    9
    01-Aug
    02-Aug
    4
    12-Jul
    86
    184
    119
    10
    25-Jul
    30-Jul
    5
    13-Jul
    86
    192
    129
    11
    01-Aug
    02-Aug
    4
    14-Jul
    78
    208
    129
    12
    02-Aug
    30-Aug
    10
    15-Jul
    142
    268
    129
    13
    06-Aug
    08-Aug
    3
    16-Jul
    131
    248
    91
    14
    03-Aug
    03-Aug
    4
    17-Jul
    125
    232
    91
    15
    04-Aug
    06-Aug
    4
    18-Jul
    170
    236
    93
    16
    29-Aug
    01-Sep
    4
    19-Jul
    225
    228
    92
    17
    07-Sep
    07-Sep
    4
    20-Jul
    256
    296
    152
    18
    01-Aug
    02-Aug
    4
    21-Jul
    251
    292
    130
    19
    18-Aug
    20-Aug
    4
    22-Jul
    265
    256
    130
    20
    01-Sep
    10-Sep
    12
    23-Jul
    260
    272
    130
    21
    10-Aug
    10-Sep
    6
    5
    24-Jul
    276
    252
    130
    22
    08-Jul
    14-Jul
    15
    25-Jul
    300
    408
    160
    23
    11-Jul
    15-Jul
    1
    26-Jul
    274
    392
    160
    24
    19-Aug
    29-Aug
    4
    27-Jul
    309
    368
    160
    25
    27-Jul
    29-Jul
    12
    28-Jul
    299
    356
    160
    26
    30-Jul
    30-Jul
    2
    29-Jul
    297
    444
    195
    27
    25-Aug
    01-Sep
    10
    30-Jul
    285
    456
    195
    28
    07-Jul
    09-Jul
    16
    31-Jul
    155
    160
    160
    29
    19-Jul
    22-Jul
    8
    01-Aug
    208
    362
    160
    30
    10-Jul
    13-Jul
    1
    02-Aug
    174
    340
    160
    Attached Files Attached Files
    Last edited by shg; 07-12-2015 at 08:23 PM. Reason: Corrected from prior post
    Entia non sunt multiplicanda sine necessitate

  5. #5
    Forum Contributor
    Join Date
    07-12-2015
    Location
    Dubai,UAE
    MS-Off Ver
    Office 365
    Posts
    424

    Re: How to calculate the manpower distribution??

    Thank you so much guys...
    This forum is awesome...

  6. #6
    Registered User
    Join Date
    08-09-2016
    Location
    Johor Bahru
    MS-Off Ver
    2013
    Posts
    1

    Re: How to calculate the manpower distribution??

    Hi all,

    Thanks! I am looking for this solution too for manpower calculation. Nice job guys!

+ 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. [SOLVED] if statement to calculate distribution of funds
    By mmccra2858 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-22-2014, 01:19 PM
  2. skewness of a given distribution - how to calculate?
    By Nafrtiti in forum Excel General
    Replies: 0
    Last Post: 02-12-2012, 04:55 AM
  3. Cost Driver calculation - Looking for formula/macro to calculate manpower cost alloca
    By Swastik Banerje in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 06-30-2009, 11:18 AM
  4. Manpower Schedule
    By [email protected] in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-20-2006, 06:35 PM
  5. [SOLVED] How do I calculate the cumulative distribution function
    By macrohunter in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 03-17-2006, 01:45 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