How do I select a number from a specific group of numbers?

  • Thread starter Thread starter motol
  • Start date Start date
M

motol

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?
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top