Pin Generator

B

BigAndy

=RAND()*(9999-1)

Try typing this into a cell and change its number properties to having no
decimal places.
 
P

Peter Rooney

Jeff,

How about entering this formula in a cell, thenRecalcing to generate a new
number each time?

=INT(RAND()*10000)

Regards

Pete
 
Top