Red over White
Board Regular
- Joined
- Jul 16, 2011
- Messages
- 141
- Office Version
- 365
- Platform
- MacOS
I’m looking to develop a doughnut graph, but first need to get the figures in the right order.
The main area I’m struggling with is Column G. What I’m looking for is a consecutive list of numbers that omits those numbers in Column F (there will be no more than five such numbers in this column).
Should the numbers change in Column F I can alter what is in Columns H to K by macro, but if there is a formula that would be an added bonus!
Thanks
The main area I’m struggling with is Column G. What I’m looking for is a consecutive list of numbers that omits those numbers in Column F (there will be no more than five such numbers in this column).
Should the numbers change in Column F I can alter what is in Columns H to K by macro, but if there is a formula that would be an added bonus!
Thanks
Doughnut 2.xlsx | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | |||
2 | ||||||||||||
3 | Example 1 | 0.3% | 1 | 21.182% | 4 | 3 | Example 2 | 21.2% | ||||
4 | Example 2 | 21.2% | 2 | 19.345% | 23 | 5 | Example 21 | 19.3% | ||||
5 | Example 3 | 0.3% | 3 | 17.939% | 16 | 6 | Example 14 | 17.9% | ||||
6 | Example 4 | 2.3% | 4 | 7 | Example 1 | 0.3% | ||||||
7 | Example 5 | 1.1% | 5 | 8 | Example 3 | 0.3% | ||||||
8 | Example 6 | 6.6% | 6 | 9 | Example 4 | 2.3% | ||||||
9 | Example 7 | 1.5% | 7 | 10 | Example 5 | 1.1% | ||||||
10 | Example 8 | 0.6% | 8 | 11 | Example 6 | 6.6% | ||||||
11 | Example 9 | 0.5% | 9 | 12 | Example 7 | 1.5% | ||||||
12 | Example 10 | 0.6% | 10 | 13 | Example 8 | 0.6% | ||||||
13 | Example 11 | 6.9% | 11 | 14 | Example 9 | 0.5% | ||||||
14 | Example 12 | 0.7% | 12 | 15 | Example 10 | 0.6% | ||||||
15 | Example 13 | 0.5% | 13 | 17 | Example 11 | 6.9% | ||||||
16 | Example 14 | 17.9% | 14 | 18 | Example 12 | 0.7% | ||||||
17 | Example 15 | 0.3% | 15 | 19 | Example 13 | 0.5% | ||||||
18 | Example 16 | 3.2% | 16 | 20 | Example 15 | 0.3% | ||||||
19 | Example 17 | 0.3% | 17 | 21 | Example 16 | 3.2% | ||||||
20 | Example 18 | 1.2% | 18 | 22 | Example 17 | 0.3% | ||||||
21 | Example 19 | 2.6% | 19 | 24 | Example 18 | 1.2% | ||||||
22 | Example 20 | 0.8% | 20 | 25 | Example 19 | 2.6% | ||||||
23 | Example 21 | 19.3% | 21 | 26 | Example 20 | 0.8% | ||||||
24 | Example 22 | 0.2% | 22 | 27 | Example 22 | 0.2% | ||||||
25 | Example 23 | 0.9% | 23 | 28 | Example 23 | 0.9% | ||||||
26 | Example 24 | 3.4% | 24 | 29 | Example 24 | 3.4% | ||||||
27 | Example 25 | 0.3% | 25 | 30 | Example 25 | 0.3% | ||||||
28 | Example 26 | 4.4% | 26 | 31 | Example 26 | 4.4% | ||||||
29 | Example 27 | 0.7% | 27 | 32 | Example 27 | 0.7% | ||||||
30 | Example 28 | 0.8% | 28 | 33 | Example 28 | 0.8% | ||||||
31 | 29 | |||||||||||
32 | 30 | |||||||||||
33 | 31 | |||||||||||
Exclusion |
Cell Formulas | ||
---|---|---|
Range | Formula | |
E3:E8 | E3 | =IF(LARGE($B$3:$B$30,D3)>E$1,LARGE($B$3:$B$30,D3),"") |
I3:I23 | I3 | =IFERROR(IF(INDIRECT("B"&F3)>E$1,INDIRECT("B"&F3),""),"") |
H3:H5 | H3 | =IF(F3="","",INDIRECT("A"&F3)) |
H6:H30 | H6 | =INDIRECT("A"&SMALL($G$3:$G$27,D3)) |
J6:J30 | J6 | =IFERROR(IF(INDIRECT("B"&G3)<E$1,INDIRECT("B"&G3),""),"") |
F3:F32 | F3 | =IFERROR(SUM(MATCH(E3,$B$3:$B$30,0)+2),"") |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
B3 | Cell Value | <=0.15% | text | NO |