random number generator

G

Guest

I've been using the RNG and it works great... however, we need to take it one
step further. I've looked all thru previous posts, but can't figure this out.

I've got 10,000 names, addresses, etc all in a spreadsheet. I need to
randomly select 100 and put those names, adresses, etc into another tab.

As was mentioned in another post, I could simply sort the data by my 'rng'
column, but since the data constantly changes, so too would the sort order.

Also, each time I press the 'delete' key it reruns my sort. Is this normal?

Thanks!!!
 
G

Guest

Some functions are going to recalculate every time you make a change on your
document if you have autocalculate on. If you are going to move the 100 over
why can't you calculate and then immediatley move them over. You could run
the random bit and then copy the random numbers and 'paste
special'....'values' into a new column. This would leave the random numbers
in a column and not the formula and thus the numbers would not change after a
recalculation.
 

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