I am trying to take 40 names and pair up two a week for 24 weeks, not having any duplicates. I have tried using, my list of names in A1, filling up 40 cells, then =IF(A1="","",RAND()) in cell B1, copying it down then, =IF(ISERROR(INDEX(A:A,COUNTA(A:A)-RANK(B1,B:B))),"",INDEX(A:A,COUNTA(A:A)-RANK(B1,B:B))) in cell C1, copying it down. It works, but only for 2 additional weeks after my initial column, then it starts leaving 2 blank cells per column.
I'm a bit frustrated. I know it can be done but for the life of me can not firgure it out.
Your assistance would be greatly appreciated.
Thanks, Mike
I'm a bit frustrated. I know it can be done but for the life of me can not firgure it out.
Your assistance would be greatly appreciated.
Thanks, Mike