bademployee
Board Regular
- Joined
- Aug 19, 2010
- Messages
- 184
I'm looking for a better option than below to come up with 3 digit contract numbers
=INT(1000*RAND())
Ideally I'd like a value returned from a range when a button is hit, each value returned would then be crossed off the list/disabled, so it could not be returned twice.
Possible?
Thanks for any help in advance.
Mark
=INT(1000*RAND())
Ideally I'd like a value returned from a range when a button is hit, each value returned would then be crossed off the list/disabled, so it could not be returned twice.
Possible?
Thanks for any help in advance.
Mark