vampsthevampyre
New Member
- Joined
- Apr 29, 2016
- Messages
- 32
- Office Version
- 365
- Platform
- Windows
After yesterdays success of running totals in 2D arrays (Thanks Fluff), I have now hit another problem filtering the results.
I have generated a 2D array similar to the one shown below (this is a cut down version) cells O5-X14 and I'm trying to generate the two outputs AA5-AA14 and AC5-AE14. I wish to be able to use the number of filtered numbers in following equations i.e for results AC9,AD9 and AE9 there would be three different follow up equations up to a possible 10 in this example (max number of columns) so any solutions on how to also reference the filtered results would also be appreciated.
Regards
Ian
I have generated a 2D array similar to the one shown below (this is a cut down version) cells O5-X14 and I'm trying to generate the two outputs AA5-AA14 and AC5-AE14. I wish to be able to use the number of filtered numbers in following equations i.e for results AC9,AD9 and AE9 there would be three different follow up equations up to a possible 10 in this example (max number of columns) so any solutions on how to also reference the filtered results would also be appreciated.
Regards
Ian
Book1 | ||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | AA | AB | AC | AD | AE | AF | AG | AH | AI | AJ | AK | AL | AM | |||
2 | ||||||||||||||||||||||||||||||||||||||||
3 | Output | Filtered | ||||||||||||||||||||||||||||||||||||||
4 | Column1 | Col1 | Col2 | Col3 | Col4 | Col5 | Col6 | Col7 | Col8 | Col9 | Col10 | Dynamic Array | No.s | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | |||||||||||||||||
5 | Row1 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | ||||||||||||||||||||||||||
6 | Row2 | 2 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 2 | ||||||||||||||||||||||||||
7 | Row3 | 6 | 9 | 0 | 0 | 0 | 0 | 6 | 0 | 9 | 0 | 0 | 0 | 2 | 6 | 9 | ||||||||||||||||||||||||
8 | Row4 | 12 | 0 | 0 | 12 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 12 | ||||||||||||||||||||||||||
9 | Row5 | 1 | 3 | 4 | 1 | 3 | 0 | 4 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 1 | 3 | 4 | ||||||||||||||||||||||
10 | Row6 | 7 | 0 | 0 | 0 | 0 | 0 | 7 | 0 | 0 | 0 | 0 | 1 | 7 | ||||||||||||||||||||||||||
11 | Row7 | 2 | 3 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 3 | 0 | 0 | 2 | 2 | 3 | ||||||||||||||||||||||||
12 | Row8 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ||||||||||||||||||||||||||||
13 | Row9 | 1 | 5 | 7 | 0 | 1 | 0 | 0 | 5 | 0 | 0 | 7 | 0 | 0 | 3 | 1 | 5 | 7 | ||||||||||||||||||||||
14 | Row10 | 8 | 9 | 0 | 0 | 0 | 8 | 0 | 0 | 9 | 0 | 0 | 0 | 2 | 8 | 9 | ||||||||||||||||||||||||
15 | ||||||||||||||||||||||||||||||||||||||||
Sheet6 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
O5:X14 | O5 | =Table13[[Col1]:[Col10]] |
Dynamic array formulas. |