M motol Aug 23, 2006 #1 I need to randomly select one of the numbers out of the following group: 1, 5, 7, 8. Is there a formula I can use?
I need to randomly select one of the numbers out of the following group: 1, 5, 7, 8. Is there a formula I can use?
S Sandy Mann Aug 23, 2006 #2 try: =--CHOOSE(INT(RAND()*4)+1,"1","5","7","8") -- HTH Sandy In Perth, the ancient capital of Scotland (e-mail address removed) (e-mail address removed) with @tiscali.co.uk
try: =--CHOOSE(INT(RAND()*4)+1,"1","5","7","8") -- HTH Sandy In Perth, the ancient capital of Scotland (e-mail address removed) (e-mail address removed) with @tiscali.co.uk