Afro_Cookie
Board Regular
- Joined
- Mar 17, 2020
- Messages
- 103
- Office Version
- 365
- Platform
- Windows
I have a 10x10 grid from A1:J10 and want to generate a 'x' in the cells in a random order, based off the below criteria, almost like a reverse COUNTA() function.
- Each row and each column has 4 'x' in it.
- The placement of those 'x' are random.
Something similar to the below grid, but with the placements randomized?
- Each row and each column has 4 'x' in it.
- The placement of those 'x' are random.
Something similar to the below grid, but with the placements randomized?
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Total | |
1 | x | x | x | x | 4 | ||||||
2 | x | x | x | x | 4 | ||||||
3 | x | x | x | x | 4 | ||||||
4 | x | x | x | x | 4 | ||||||
5 | x | x | x | x | 4 | ||||||
6 | x | x | x | x | 4 | ||||||
7 | x | x | x | x | 4 | ||||||
8 | x | x | x | x | 4 | ||||||
9 | x | x | x | x | 4 | ||||||
10 | x | x | x | x | 4 | ||||||
Total | 4 | 4 | 4 | 4 | 4 | 4 | 4 | 4 | 4 | 4 |