Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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? Thanks in advance, Dawn -- Dawn Bjork Buzbee |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Here's a quick formulas model to play with ..
Presuming the 44* tasks are listed in A1:A44 *44 not 45, to make it divisible by 4 persons <g Put in B1: =RAND() Put in C1: =INDEX($A$1:$A$44,RANK(B1,$B$1:$B$44)) Select B1:C1, copy down to C44. (C1:C44 returns a random scramble of the 44 tasks in col A) Then list the names of the 4 persons in E1:H1 Place in E2: =OFFSET($C$1,ROW(A1)*4+COLUMN(A1)-5,) Copy E2 across to H2, fill down by 11 rows to H12. The above returns a randomized assignment of all 44 tasks in col A, 11 tasks below each name. Pressing F9 will regenerate a fresh assignment. Just copy E1:H12 & paste special as values elsewhere as may be desired. -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Dawn Bjork Buzbee" wrote: 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? Thanks in advance, Dawn -- Dawn Bjork Buzbee |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you Max for the great solution!
-- Dawn Bjork Buzbee "Max" wrote: Here's a quick formulas model to play with .. Presuming the 44* tasks are listed in A1:A44 *44 not 45, to make it divisible by 4 persons <g Put in B1: =RAND() Put in C1: =INDEX($A$1:$A$44,RANK(B1,$B$1:$B$44)) Select B1:C1, copy down to C44. (C1:C44 returns a random scramble of the 44 tasks in col A) Then list the names of the 4 persons in E1:H1 Place in E2: =OFFSET($C$1,ROW(A1)*4+COLUMN(A1)-5,) Copy E2 across to H2, fill down by 11 rows to H12. The above returns a randomized assignment of all 44 tasks in col A, 11 tasks below each name. Pressing F9 will regenerate a fresh assignment. Just copy E1:H12 & paste special as values elsewhere as may be desired. -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Dawn Bjork Buzbee" wrote: 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? Thanks in advance, Dawn -- Dawn Bjork Buzbee |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Welcome, Dawn !
Thanks for the feedback -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Dawn Bjork Buzbee" wrote in message ... Thank you Max for the great solution! -- Dawn Bjork Buzbee |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
League Table position assignments | Excel Discussion (Misc queries) | |||
When Excel Just Can't Hadle the Workload | Excel Discussion (Misc queries) | |||
How do I pull a random sample of people from a list in excel? | Excel Worksheet Functions | |||
need a template to compare man hours to workload? | Excel Discussion (Misc queries) | |||
Allocate workload evenly to different staff | Excel Worksheet Functions |