random assignments of workload to set # of people

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We have 45 different defined tasks that need to be randomly and evenly
distributed each week to the same 4 people. Can this be done with functions
or do we need to program a solution? Ideas?

Thank you in advance,
Dawn
 
put the names in an equal number of cells in A1 (11 cells each)

list the tasks in B1 to B45

in C1 put in
=rand()
then drag fill down to C45.

Select B1:C45 and sort with C as the key and select no header.

Everytime you need a new distribution, do the sort.

sequentially assign an employee to the 45th task.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top