Random name

  • Thread starter Thread starter perlaparedes
  • Start date Start date
P

perlaparedes

hello,

Does anyone know the formula for random name selection using one
column?

thanks,
 
One way:

Assume you have 15 names in the range A1:A15.

=INDEX(A1:A15,INT(RAND()*15)+1)

Will return a different name (although repeats are possible) every time a
calculation is triggered. To make a new selection just press F9.

Biff
 

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