Samgraphics
Board Regular
- Joined
- Jan 9, 2022
- Messages
- 61
- Office Version
- 2011
- Platform
- MacOS
Please help me,
Currently I'm using this formula to check if a previously drawn number is in the group,the countifs, but it's long and it's really slowing down excel. Is there another way to do it? A less cumbersome way?
Thank you so much.
Currently I'm using this formula to check if a previously drawn number is in the group,the countifs, but it's long and it's really slowing down excel. Is there another way to do it? A less cumbersome way?
All combinations 2023-24.xlsm | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
C | D | E | F | G | H | I | J | K | L | M | N | |||
1 | 1 | 2 | 3 | 4 | 5 | 1 | 2 | 3 | 4 | 30 | ||||
2 | 1 | 2 | 3 | 4 | 6 | 9 | 20 | 23 | 29 | 33 | ||||
3 | 1 | 2 | 3 | 4 | 7 | 4 | 13 | 15 | 17 | 32 | ||||
4 | 1 | 2 | 3 | 4 | 8 | 4 | 22 | 25 | 30 | 31 | ||||
5 | 1 | 2 | 3 | 4 | 9 | 1 | 2 | 9 | 19 | 30 | ||||
6 | 1 | 2 | 3 | 4 | 10 | 15 | 16 | 25 | 31 | 34 | ||||
7 | 1 | 2 | 3 | 4 | 11 | 7 | 12 | 20 | 28 | 31 | ||||
8 | 1 | 2 | 3 | 4 | 12 | 4 | 19 | 21 | 30 | 31 | ||||
9 | 1 | 2 | 3 | 4 | 13 | 13 | 23 | 27 | 30 | 34 | ||||
10 | 1 | 2 | 3 | 4 | 14 | 5 | 18 | 22 | 28 | 29 | ||||
11 | 1 | 2 | 3 | 4 | 15 | 10 | 15 | 22 | 27 | 33 | ||||
12 | 1 | 2 | 3 | 4 | 16 | 10 | 18 | 25 | 28 | 33 | ||||
13 | 1 | 2 | 3 | 4 | 17 | 3 | 4 | 12 | 15 | 23 | ||||
14 | 1 | 2 | 3 | 4 | 18 | 3 | 7 | 21 | 22 | 24 | ||||
15 | 1 | 2 | 3 | 4 | 19 | 13 | 20 | 27 | 29 | 30 | ||||
16 | 1 | 2 | 3 | 4 | 20 | 9 | 23 | 25 | 27 | 33 | ||||
17 | 1 | 2 | 3 | 4 | 21 | 1 | 5 | 7 | 12 | 13 | ||||
18 | 1 | 2 | 3 | 4 | 22 | 4 | 7 | 8 | 18 | 19 | ||||
19 | 1 | 2 | 3 | 4 | 23 | 7 | 12 | 17 | 26 | 34 | ||||
20 | 1 | 2 | 3 | 4 | 24 | 7 | 25 | 26 | 29 | 32 | ||||
21 | 1 | 2 | 3 | 4 | 25 | 6 | 18 | 23 | 27 | 32 | ||||
22 | 1 | 2 | 3 | 4 | 26 | 2 | 14 | 16 | 28 | 30 | ||||
23 | 1 | 2 | 3 | 4 | 27 | 1 | 7 | 9 | 25 | 29 | ||||
24 | 1 | 2 | 3 | 4 | 28 | 5 | 11 | 15 | 23 | 33 | ||||
25 | 1 | 2 | 3 | 4 | 29 | 2 | 8 | 16 | 31 | 34 | ||||
26 | 1 | 2 | 3 | 4 | 30 | 4 | 8 | 10 | 14 | 21 | ||||
DA LUO TO |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
C1:G98280 | Expression | =COUNTIFS($J$1:$J$98280,$C1,$K$1:$K$98280,$D1,$L$1:$L$98280,$E1,$M$1:$M$98280,$F1,$N$1:$N$98280,$G1) | text | NO |
C1:G98280 | Expression | =MIN($D1:$G1-$C1:$F1)=MAX($D1:$G1-$C1:$F1) | text | NO |
C1:G98280 | Expression | =MIN(($E1:$G1-$D1:$F1)-($D1:$F1-$C1:$E1))=MAX(($E1:$G1-$D1:$F1)-($D1:$F1-$C1:$E1)) | text | NO |
Thank you so much.
Last edited by a moderator: