RAND

T

Troy

I made a sheet for my 1st grade daughter. I need help in figuring out how to randomly access different words. I have about 100 different words typed in cells Z5:ZB55. How can I have excel randomly access these words every time I press 'F9'.
 
J

JE McGimpsey

One way:

=INDEX(Z5:Z154,RANDBETWEEN(1, 100))

(I assumed "ZB55" was a typo)
 
Top