Random number generator

D

deelee

I recently got a new installation of excel but it is in Spanish and a
struggling a bit with the help instructions.

I want to make a random number generator a bit like bingo with th
numbers 1 to 12.
Gracias
 
D

daddylonglegs

Theorectically RAND() can generate a zero, in which case

=ROUNDUP(RAND()*12,0)

will generate zero

better to use

=INT(RAND()*12)+1
 

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