Ok, I have my basic formula to input random numbers into a cell. What I need to do is get it to not repeat in the 4 rows on top, or 4 columns on the left. It's for a traditional 10x10 square office pool. Here is the formula I am using. Am I way off?
=ROUND(RAND()*(9 - 0)+0,0)
What I need is no repeating numbers in the line, ie:
R1 - 7 3 8 1 2 9 0 6 4 5
R2 - 3 1 9 5 8 7 2 0 4 6
R3 - 0 1 7 2 3 9 4 6 8 5
R4 - 1 2 4 9 3 5 6 8 7 0
C1 C2 C3 C4
1 4 2 1
7 3 0 7
5 0 4 5
3 1 8 9
4 7 5 8
2 8 9 2
6 2 7 0
9 5 1 3
0 9 3 6
8 6 6 4
(The formatting that I was trying to do didn't hold, but I hope you get the picture.)
Bookmarks