D
Debbie
I am trying to use RAND()to randomly select people each
month. My problem is that some people come up 2-3 times
and some never come up. I used a twelve month test
period. Group 1 is row 1-9, group 2 10-17, group 3 18-27,
group 4 28-36. Formula on row 1 column 2:=TRUNC(RAND()*9)
+1, row 10 column 2:=TRUNC(RAND()*8)+10, row 18 column
2:=TRUNC(RAND()*10)+18 and row 28 column 2:=TRUNC(RAND()*9)
+28. Total 36 people. The formula should select a
different person out of each group each month, for a total
of four people each month. With a twelve month test
period each person should be selected at least once. I
need to know what is wrong with my formula. Where can I
find a sample to follow?
month. My problem is that some people come up 2-3 times
and some never come up. I used a twelve month test
period. Group 1 is row 1-9, group 2 10-17, group 3 18-27,
group 4 28-36. Formula on row 1 column 2:=TRUNC(RAND()*9)
+1, row 10 column 2:=TRUNC(RAND()*8)+10, row 18 column
2:=TRUNC(RAND()*10)+18 and row 28 column 2:=TRUNC(RAND()*9)
+28. Total 36 people. The formula should select a
different person out of each group each month, for a total
of four people each month. With a twelve month test
period each person should be selected at least once. I
need to know what is wrong with my formula. Where can I
find a sample to follow?