J
john
Hi,
I've managed to do this as follows, but i'd be interested
to see if there are better ways out there.
use the =rand() function to create a random number in the
cells next to each alphanumeric entry.
viz.
if your alphanumeric entries are in B1:B100, then in A1
enter =int(rand()*(100-1)+1)
and copy this formula down to row 100.
In your other sheet use the following formula
=vlookup(min(A1:A100),sheet1!$A$1:$B$100,2,0)
HTH,
John
I've managed to do this as follows, but i'd be interested
to see if there are better ways out there.
use the =rand() function to create a random number in the
cells next to each alphanumeric entry.
viz.
if your alphanumeric entries are in B1:B100, then in A1
enter =int(rand()*(100-1)+1)
and copy this formula down to row 100.
In your other sheet use the following formula
=vlookup(min(A1:A100),sheet1!$A$1:$B$100,2,0)
HTH,
John