+ Reply to Thread
Results 1 to 4 of 4

Distribute work among the people

  1. #1
    Registered User
    Join Date
    05-02-2020
    Location
    https://t.me/pump_upp
    MS-Off Ver
    MS office 2016
    Posts
    3

    Distribute work among the people

    I need to distribute work among the people. We have employee master in that we have list of employee and benchmark for every employee.
    In Daily Task Received table we have total no. of task for day and that total task. we need to distribute between the employee in Work Allocation between employee table
    E.g. In Total Task1 received for day is 100 count that distributed in employee 1 40 as per benchmark employee2 40 & balance in employee 3 20 total 100.
    I have managed to automate table 1(Daily Task Received) but need help in table 2 (Work Allocation between employee).
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,562

    Re: Distribute work among the people

    On Sheet2 paste the following into cell B2 and drag the fill handle down to cell B4: =MIN(Sheet1!K$5,Sheet1!J$5-SUM(B$1:B1))
    Paste the following into cell D2 and drag the fill handle down to cell D4: =MIN(Sheet1!K$6,Sheet1!J$6-SUM(D$1:D1))
    Paste the following into cell F2 and drag the fill handle down to cell F4: =MIN(Sheet1!K$7,Sheet1!J$7-SUM(F$1:F1))
    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  3. #3
    Registered User
    Join Date
    05-02-2020
    Location
    https://t.me/pump_upp
    MS-Off Ver
    MS office 2016
    Posts
    3

    Re: Distribute work among the people

    Thank You....

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,562

    Re: Distribute work among the people

    You're Welcome. Please take a moment to mark the thread as 'Solved' using the thread tools menu above your first post. I hope that you have a blessed day.

+ 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. VBA code to dynamically distribute rows between 10 people
    By sudhansu121 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-08-2021, 09:36 AM
  2. Looking for a code to distribute distribute work among "n" number of people equally.
    By Risheesh in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-19-2021, 03:30 PM
  3. Replies: 3
    Last Post: 11-17-2020, 12:41 PM
  4. Distribute People across Teams to balance strength/points
    By hrshv in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-16-2017, 04:04 PM
  5. Replies: 2
    Last Post: 01-06-2017, 05:20 AM
  6. trying to distribute evenly between number of people
    By magleremm in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-11-2012, 09:41 PM
  7. Replies: 4
    Last Post: 11-04-2011, 12:37 PM

Tags for this Thread

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