Creating Rotation List

Tootone

New Member
Joined
Mar 19, 2010
Messages
34
I have a rotation list I have been asked to maintain. Using ID numbers, I want to rotate the id's for the four specific job functions. Example

Week Function 1 Function 2 Function 3 Function 4
04/03/11 ID 1 ID 2 ID 3 ID 4
04/10/11 3 4 2 1
04/17/11 2 3 1 4

Any Ideas Please!
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
Hi,

I'm not sure what you want to do that you already haven't done with your sample.


Excel Workbook
ABCDEF
8Week*Function1Function2Function3Function4
903/04/2011*ID1ID2ID3ID4
1010/04/2011*ID2ID3ID4ID1
1117/04/2011*ID3ID4ID1ID2
1224/04/2011*ID4ID1ID2ID3
1301/05/2011*ID1ID2ID3ID4
1408/05/2011*ID2ID3ID4ID1
1515/05/2011*ID3ID4ID1ID2
1622/05/2011*ID4ID1ID2ID3
1729/05/2011*ID1ID2ID3ID4
1805/06/2011*ID2ID3ID4ID1
1912/06/2011*ID3ID4ID1ID2
2019/06/2011*ID4ID1ID2ID3
Sheet7




Ak
 
Upvote 0
I'm looking for a formula or function that will randomly rotate the employee ID's for different job functions each week, rather than manually assigning.

thanks
 
Upvote 0
Have you tried using the randbetween function? Bottom number 1, and top number 4. Then drag down or across as needed.
 
Upvote 0
Good afternoon,
RANDBETWEEN will not work because of possible duplicate ID assignments in a given week. I am looking more for a rotation list function. 10 individual id #'s to assign to 5 different job functions rotating each week. Still fishing.... Any ideas are greatly appreciated
 
Upvote 0

Forum statistics

Threads
1,224,522
Messages
6,179,297
Members
452,903
Latest member
Knuddeluff

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top