kimhandler
New Member
- Joined
- Aug 1, 2012
- Messages
- 2
My town conducts a survey of our residents every year using zoomerang. We want to provide each household with a unique 6-digit alphanumeric character (like B3LM25 or K7ST46) in order to access the survey. I need to provide our printer with a file/list of 5000 different codes so he can print one on each postcard we mail out to residents giving them their code.
By their nature, I won't be doing any further calculations with these codes so they can be saved as text. I've figured out how to use the "=char(randbetween(65,90))" function to generate the a single letter, but I can't figure out how to string 6 functions together in one cell to generate the letters and numbers.
By their nature, I won't be doing any further calculations with these codes so they can be saved as text. I've figured out how to use the "=char(randbetween(65,90))" function to generate the a single letter, but I can't figure out how to string 6 functions together in one cell to generate the letters and numbers.