See instructions at John McGimpsey's site.
http://www.mcgimpsey.com/excel/udfs/randint.html
Either Excel worksheet functions or VBA............your choice
Gord
On Mon, 18 Jun 2012 11:52:08 -0700 (PDT), JAgger1
wrote:
I have a set of 20 numbers in cell A1:T1
I'm using =INDEX($A1:$T1,RAND()*COUNTA($A1:$T1)) in cell W1 to Z1 to
randomly select 4 numbers from my set. How would I modify my formula
so as to not get any duplicate's? Thanks