NotAnotherExpert
New Member
- Joined
- Mar 10, 2014
- Messages
- 4
I will admit, I am a bit of a noob when it comes to Excel anymore. I am trying to make an Excel Document that will hold a set of serial numbers in a hex format that will not repeat and can be referenced from outside excel to be printed onto labels for my company. I found a formula to create a 16 digit random hexadecimal that I can use, however I don't know how to make it look at A:A to make sure it is not repeating a SN I have already used. Currently I am using
"=DEC2HEX(RANDBETWEEN(0,2^16),8) & DEC2HEX(RANDBETWEEN(0,2^16),8)"
and it is giving me a workable number, and I can drag it down to create as many fields as I want. However, every time I open and close it the numbers change. What I would like to do is have a single cell that contains the formula I am using and reference out to A:A where I will put the used numbers.
Any help would be greatly appreciated!
"=DEC2HEX(RANDBETWEEN(0,2^16),8) & DEC2HEX(RANDBETWEEN(0,2^16),8)"
and it is giving me a workable number, and I can drag it down to create as many fields as I want. However, every time I open and close it the numbers change. What I would like to do is have a single cell that contains the formula I am using and reference out to A:A where I will put the used numbers.
Any help would be greatly appreciated!