W WLRobi Apr 17, 2008 #1 I have a table of numbers that I would like to shuffle around into a random order. Does anyone know how to do this?
I have a table of numbers that I would like to shuffle around into a random order. Does anyone know how to do this?
B Bernd P Apr 17, 2008 #2 Hello, Array-enter into 10 adjacent vertical cells =INDEX(A1:A10,uniqrandint(10)) or array-enter into 10 adjacent horizontal cells =INDEX(A13:J13,1,uniqrandint(10)) for example. My UDF UniqRandInt you will find here: http://www.sulprobil.com/html/uniqrandint.html Regards, Bernd
Hello, Array-enter into 10 adjacent vertical cells =INDEX(A1:A10,uniqrandint(10)) or array-enter into 10 adjacent horizontal cells =INDEX(A13:J13,1,uniqrandint(10)) for example. My UDF UniqRandInt you will find here: http://www.sulprobil.com/html/uniqrandint.html Regards, Bernd