Prev: Fill colour
Next: Auto Filter Sorting Issue
From: CJ on 12 Feb 2010 03:51 Excel 2003. I have a list of 40 names. I would like to randomly select names without repeat until all 40 names have been selected. Any ideas please.
From: vishu on 12 Feb 2010 04:11 Hi, you can use data Validation function with the formula =COUNTIF(A:A,A1)=1 Regards, Vishu "CJ" wrote: > Excel 2003. I have a list of 40 names. I would like to randomly select names > without repeat until all 40 names have been selected. Any ideas please.
From: Stefi on 12 Feb 2010 04:30 Maybe this site can help you: http://www.mcgimpsey.com/excel/randint.html -- Regards! Stefi „CJ” ezt írta: > Excel 2003. I have a list of 40 names. I would like to randomly select names > without repeat until all 40 names have been selected. Any ideas please.
From: CJ on 12 Feb 2010 05:08 I don't know how that works. If COUNTIF returns the value in cell A1 the first time then on the second request I need to see the content of cell A2, and on the third request I content of cell A3 etc. When all the cells in the array have been viewed then the array will be shuffled and the displays begin at cell A1 again. At present countif(A:A,A1) = true. "vishu" wrote: > Hi, > > you can use data Validation function with the formula =COUNTIF(A:A,A1)=1 > > Regards, > Vishu > > > "CJ" wrote: > > > Excel 2003. I have a list of 40 names. I would like to randomly select names > > without repeat until all 40 names have been selected. Any ideas please.
From: מיכאל (מיקי) אבידן on 12 Feb 2010 05:24
Try this: http://img3.imageshack.us/img3/6234/nonamek.png Micky "CJ" wrote: > Excel 2003. I have a list of 40 names. I would like to randomly select names > without repeat until all 40 names have been selected. Any ideas please. |