+ Reply to Thread
Results 1 to 20 of 20

Distribute orders with avearge for designers

Hybrid View

  1. #1
    Registered User
    Join Date
    01-27-2024
    Location
    India
    MS-Off Ver
    Office 365
    Posts
    9

    Distribute orders with avearge for designers

    I'm not a pro at Excel and I need help with it!
    I need to assign orders to designers (60 Designers) daily; the daily order count is above 800.

    My requirement is I need to assign the average count to each designer with Minimum and Maximum count.
    In the below example, there are 6 designers on the left side to whom I need to assign orders and to make sure that their count should not be more compared with each other. As there is a big order with 32 counts that should be assigned to a designer, I need to make sure that the same designer should not be assigned to another order as his workload will increase as compared with others.

    Could you please help me create a formula using average, minimum, and maximum to distribute the average count to the designers.

    Thanks in advance

    Assigning .xlsx
    Last edited by rohiturade; 01-27-2024 at 07:29 AM.

  2. #2
    Registered User
    Join Date
    01-25-2024
    Location
    Berlin, Germany
    MS-Off Ver
    2007
    Posts
    22

    Re: Distribute orders with avearge for designers

    So anything above 32 should be distributed to other designers?

  3. #3
    Registered User
    Join Date
    01-27-2024
    Location
    India
    MS-Off Ver
    Office 365
    Posts
    9

    Re: Distribute orders with avearge for designers

    Quote Originally Posted by kowon View Post
    So anything above 32 should be distributed to other designers?
    Yes, the largest order is for 32 so the designer should not get another order for the day. The average count is 5 and the designer crossed that so the designer should not get another order.

    Assigning.jpg

  4. #4
    Registered User
    Join Date
    01-25-2024
    Location
    Berlin, Germany
    MS-Off Ver
    2007
    Posts
    22

    Re: Distribute orders with avearge for designers

    What exactly do you need?
    You have made table with sum of assigned counts, so you can see when some designer is crossing the maximum orders and you can assign different designer in E column.

  5. #5
    Registered User
    Join Date
    01-27-2024
    Location
    India
    MS-Off Ver
    Office 365
    Posts
    9

    Re: Distribute orders with avearge for designers

    Quote Originally Posted by kowon View Post
    What exactly do you need?
    You have made a table with the sum of assigned counts, so you can see when some designer is crossing the maximum orders and you can assign different designers in the E column.
    I need to assign a count equally or average to the designers. The table on the right side indicates to me if a designer has more count so that I can manually change his/her assignment.

    Currently, I'm assigning manually and the count of designers is 60, and the order count is more than 600, so it takes about an hour for me to adjust the average and shuffling on a daily basis

    If I could get a formula to set minimum, maximum and average number then it will really helpful for me!
    Last edited by rohiturade; 01-27-2024 at 08:06 AM.

  6. #6
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,654

    Re: Distribute orders with avearge for designers

    have you tried a pivot table?
    Attached Files Attached Files
    Willem
    English is not my native language sorry for errors
    Please correct me if I'm completely wrong

  7. #7
    Registered User
    Join Date
    01-27-2024
    Location
    India
    MS-Off Ver
    Office 365
    Posts
    9

    Re: Distribute orders with avearge for designers

    Quote Originally Posted by popipipo View Post
    have you tried a pivot table?
    Yes, I tried a Pivot, but I want to assign average orders to all designers with a formula. It's time-consuming. I'm looking for a formula that I can use in column E marked in the screenshot. I want to distribute orders based on average count which is entered in column "C".

    Attachment 857343

  8. #8
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,654

    Re: Distribute orders with avearge for designers

    to assign average
    that is what you see in column P

  9. #9
    Registered User
    Join Date
    01-27-2024
    Location
    India
    MS-Off Ver
    Office 365
    Posts
    9

    Re: Distribute orders with avearge for designers

    Quote Originally Posted by popipipo View Post
    that is what you see in column P
    Yes, I'm able to check the average count/designer but again I have to distribute with other designers manually which is time-consuming. I'm looking for a solution from which I'll be able to assign orders easily with an average count.

  10. #10
    Registered User
    Join Date
    01-27-2024
    Location
    India
    MS-Off Ver
    Office 365
    Posts
    9

    Re: Distribute orders with avearge for designers

    Hello everyone, I just wanted to check if anyone has a solution to this.

    Thanks in advance.

  11. #11
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2501
    Posts
    18,923

    Re: Distribute orders with avearge for designers

    Been working on this for a while and this is what I was able to come up with. Perhaps someone can improve this, maybe by incorporating solver.
    1. Put the designers in cells F1:K1
    2. Populate cells F3:K16 using: =IF(OR(SUM(F$2:F2)=0,SUM(F$2:F2,$C3)<=$N$3),$C3-SUM($E3:E3))
    3. Populate Q2:Q7 using: =SUM(INDEX($F$3:$K$16,,MATCH(P2,F$1:K$1,0)))
    Note that this proposal requires the value in cell N3 be manually changed until all rows (F3:K16) have a value.
    Note that I realize the it would be better if both designers 5&6 were assigned a count of six.
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  12. #12
    Forum Expert Alf's Avatar
    Join Date
    03-13-2004
    Location
    Gothenburg/Mullsjoe, Sweden
    MS-Off Ver
    Excel 2019 and not sure I like it
    Posts
    4,784

    Re: Distribute orders with avearge for designers

    Not sure that solver is the best tool for this problem. The spread of counts goes from 32 to 1 so I set the counts to be max 32, 16 and 12 for the first 3 designers
    and for the last 3 I set 6, 6 and 7 but for this problem there are just to many designers. I would say 3 or 4 would be a better number as this gives an average of
    26 to 20 for each designer.

    On the other hand if one can split the counts from 32 to 4 counts of 8 and the 16 to 2 counts of 8 as well as 12 to two loads of 6 this will make it possible to get a
    more even workload on each designer. In this model I assumed that counts could not be split.

    Alf
    Attached Files Attached Files

  13. #13
    Registered User
    Join Date
    01-27-2024
    Location
    India
    MS-Off Ver
    Office 365
    Posts
    9

    Re: Distribute orders with avearge for designers

    Both of the above posts seems to be close to my finding but I want to reflect "SO number" for designer not the Count. Because designer uses the unique SO number to assign them orders instead of a count. Could you please check if this is possible. Thanks much!

  14. #14
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2501
    Posts
    18,923

    Re: Distribute orders with avearge for designers

    This principle could be applied to either file, but Alf's comes out with a more even distribution.
    Produce a third table populated using: =IF(I6=1,$D6,"")
    Let us know if you have any questions.
    Attached Files Attached Files

  15. #15
    Forum Expert Alf's Avatar
    Join Date
    03-13-2004
    Location
    Gothenburg/Mullsjoe, Sweden
    MS-Off Ver
    Excel 2019 and not sure I like it
    Posts
    4,784

    Re: Distribute orders with avearge for designers

    Hi JeteMc

    i would say that my second matrix (S6:X19) is not needed. That I set up to calculate the average for each designer but what is the average? The average for each designer taking all values in the column or just the average of values the values that are chosen for the total count?

    If the latter the the first four designers only has one value so what is the average of 32, or 16, or 12 or 6?. Designer 5 has 3 values to get an average from 4, 1, 1 gives 2 as average and Designer 6 has 7 values but they are all 1 so the average in this case is 1.

    I liked you addition to the solver file and I do think the OP now got an answer to the posted problem.


    Alf
    Last edited by Alf; 02-04-2024 at 12:33 AM.

  16. #16
    Registered User
    Join Date
    01-27-2024
    Location
    India
    MS-Off Ver
    Office 365
    Posts
    9

    Re: Distribute orders with avearge for designers

    Hi JetMc and Alf, thank you for your support. I'm almost there at what I wanted but I have a list of 60 designers and putting them in horizontally will take a long time. Is there any option like designer names will pull automatically in front of the SO# which are in vertical by looking into the formula in the solver file.

  17. #17
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2501
    Posts
    18,923

    Re: Distribute orders with avearge for designers

    Yes, the following formula could be used to populate column C of Alf's file (post #12): =INDEX(J$5:O$5,MATCH(1,J6:O6,0))
    Note that based what Alf said in post #15 the calculations made in cells S6:X19 are not needed to accomplish what you want.

  18. #18
    Registered User
    Join Date
    01-27-2024
    Location
    India
    MS-Off Ver
    Office 365
    Posts
    9

    Re: Distribute orders with avearge for designers

    Thank you JeteMc and Alf, works great. You saved my time

  19. #19
    Forum Expert Alf's Avatar
    Join Date
    03-13-2004
    Location
    Gothenburg/Mullsjoe, Sweden
    MS-Off Ver
    Excel 2019 and not sure I like it
    Posts
    4,784

    Re: Distribute orders with avearge for designers

    You are welcome.

    Thanks for feedback and rep

    Alf

  20. #20
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2501
    Posts
    18,923

    Re: Distribute orders with avearge for designers

    You're Welcome. Thank You for the feedback and for marking the thread as 'Solved'. 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. How to determine avearge number of days or weeks
    By pick44 in forum Excel General
    Replies: 2
    Last Post: 06-21-2019, 12:15 PM
  2. Vlookup Avearge same day flow
    By Ben_H in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-19-2018, 09:11 AM
  3. Replies: 1
    Last Post: 05-10-2017, 12:11 PM
  4. Find Each Days Orders by Associate ID, input into Master Orders COmpleteWorksheet
    By bbell2219 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-09-2016, 02:14 AM
  5. Help calculating monthly orders depending on cumulative orders to date
    By nats2412 in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 02-03-2015, 03:18 AM
  6. [SOLVED] Distribute orders based on availability
    By madapple in forum Excel General
    Replies: 3
    Last Post: 06-24-2014, 09:59 AM
  7. Avearge in range with zeroes
    By ExceLLemon in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-29-2013, 02:00 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