In excel can you randomly select lines from another tab to post?

Q

qwibble

I am looking for a way to randomly select lines from a list of items for
work. Is there a way to perform this function in excel?
 
L

Luke M

Lets say you have a list of 15 items.
=INDEX(A1:A15,RANDBETWEEN(1,15))

Pressing F9 will generate a new random value from your list. Note that
RANDBETWEEN requires the Analysis ToolPak add-in.
 

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

Top