CaptBrownShoes
New Member
- Joined
- May 16, 2024
- Messages
- 5
- Office Version
- 2021
- Platform
- Windows
Here is the situation:
The table above is needing a random number that does not duplicate based on the remaining cards in deck.
The correct answer would work as follows:
- RAND column looks at Discard Pile and if = "a" (webdings check), then "". Done!
- Then the RAND column would look at the number of remaining cards "12" in Odds Total column as the max random number. Done!
- Then the RAND column picks a number from 1 - 12 that does not exist in the previous attempts. NOPE!!! Can't figure this one out.
I cannot get that to happen. Any suggestions?
Thus, is the a need for a VBA statement?
Thank you Team!