I've been working on an idea on how to create a job schedule from a list of names and a list of numbers (numbers are positions) I'd like it to generate 4 columns of predefined numbers so that each person has a unique number for each column. Ex.
1 2 3 4
Jim 21 22 11 10
Dave 10 11 21 22
Will 11 10 22 21
John 22 21 10 11
Does anyone know how I might be able to accomplish this?
I'm not to familiar with the int or rand function in excel and i think they might be needed.
1 2 3 4
Jim 21 22 11 10
Dave 10 11 21 22
Will 11 10 22 21
John 22 21 10 11
Does anyone know how I might be able to accomplish this?
I'm not to familiar with the int or rand function in excel and i think they might be needed.
Comment