+ Reply to Thread
Results 1 to 4 of 4

Distribute/Allocate working days of the month accross multiple projects.

  1. #1
    Registered User
    Join Date
    03-07-2016
    Location
    london
    MS-Off Ver
    starter
    Posts
    4

    Distribute/Allocate working days of the month accross multiple projects.

    Hi all

    I need to ditribute/allocate the working days of a month accross multiple projects? any help would be appreciated.

    Basically the end user will plan the the projects resources by allocating a % to each project which will return the number of days that resource will work on each project, however i need this not to exceed the number of working days in that particular month (May=23 days). At the monent if i allocated 25% to each project it will return 6 days for each project (24 days) however i need 23 days (max) to be split amongst the 4 projects so that each project which would return 5.75 days.

    To be honest im not sure if the above is the better approach or if it would be better to somehow distribute 100% accross the 4 projects i.e. Max 25% on each project, either way, PLEASE HELP... :-)
    Last edited by MuchieMac; 04-25-2016 at 07:57 AM.

  2. #2
    Forum Expert
    Join Date
    05-20-2015
    Location
    Chicago, Illinois
    MS-Off Ver
    2016
    Posts
    2,103

    Re: Distribute/Allocate working days of the month accross multiple projects.

    It would be helpful if you could post a small sample workbook (use Go Advanced > Manage Attachments), but based on what you've posted, it sounds like the NETWORKDAYS function would be helpful.
    If your start date (May 1) is in A1 and your end date (May 31) is in B1, then the formula below will return the workdays in between. Divide it by 4 to get the days per project.

    =NETWORKDAYS(A1,B1+1)

  3. #3
    Registered User
    Join Date
    03-07-2016
    Location
    london
    MS-Off Ver
    starter
    Posts
    4

    Re: Distribute/Allocate working days of the month accross multiple projects.

    Hi Cantosh

    Thanks for the response.

    Please see attached the sample book as requested. Hopefully this will makes things a bit clearer as to what i am trying to achieve.

    Look forward to your feedback.

    Many thanks
    Attached Files Attached Files

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,923

    Re: Distribute/Allocate working days of the month accross multiple projects.

    Two things:

    Round days to whole integer

    For 4th project: days=Workdays in month -(SUM(B3:D3)

    e.g 23 - 18

+ 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. Working days of week & month
    By nagesh.tvsr in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-23-2016, 03:35 AM
  2. [SOLVED] Allocate amounts accross a spread of months
    By Christopherdj in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-19-2014, 09:02 PM
  3. [SOLVED] Working days in month without using networkdays ?
    By makinmomb in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 05-26-2014, 02:35 PM
  4. List Working Days of the month
    By Suzette in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-13-2014, 02:04 PM
  5. Show days in a month dynamically + working days
    By vemix in forum Excel General
    Replies: 5
    Last Post: 12-28-2012, 07:54 AM
  6. Help needed to distribute a number over days of a month.
    By crimson_wolf in forum Excel General
    Replies: 5
    Last Post: 07-06-2012, 08:16 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