Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Six digit random number generator?

Is there a formula or function I can use to generate 500 or so six digit random numbers? I need to assign unique six digit numbers for keypad access to a restricted area.


Thanks,

Bjohnston

Posted on Sep 28, 2019 4:30 PM

Reply
Question marked as Best reply

Posted on Sep 28, 2019 5:23 PM

Hi Bjohnston,



Formula in B2 =RANDBETWEEN(0,9)

Fill right to G2 then fill down.


Formula in H2 (and fill down) =B2&C2&D2&E2&F2&G2


Formula in I2 (and fill down) =COUNTIF(H$1:H2,H2)

That will check for duplicates. Any value greater than 1 is not unique.


Now select Column H, copy then Menu > Edit > Paste Formula Results

That will freeze the values.


Regards,

Ian.


16 replies

Six digit random number generator?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.