Using the returned value to look up an item
One way:
=INDEX(B:B,INT(RAND()*371)+1)
In article ,
Frankd410 wrote:
I have a random number from 1- 371
That points to a cell for example
Random number is 233
I want the value of the contents in cell B233
How can I do this
|