MrCameronExcel
New Member
- Joined
- Apr 21, 2017
- Messages
- 43
- Office Version
- 365
- Platform
- Windows
Hi,
I am trying to fill in the below matrix based on references to another table using the FILTER formula, but the current formula is not capturing all the values desired.
Matrix is below (column F is hidden).
N4 Formula: =FILTER(Programme!$F$2:$F$875,(Programme!$B$2:$B$875='Line of Balance'!$B4)*(Programme!$C$2:$C$875='Line of Balance'!$C4)*(Programme!$D$2:$D$875='Line of Balance'!$D4)*(Programme!$G$2:$G$875='Line of Balance'!N$3), "")
N5 Formula: =FILTER(Programme!$F$2:$F$875,(Programme!$B$2:$B$875='Line of Balance'!$B5)*(Programme!$C$2:$C$875='Line of Balance'!$C5)*(Programme!$D$2:$D$875='Line of Balance'!$D5)*(Programme!$G$2:$G$875='Line of Balance'!N$3), "")
Programme Table
The cell N5 in the matrix should be "Stage 2" but it is showing blank for some reason.
Thanks for your help.
I am trying to fill in the below matrix based on references to another table using the FILTER formula, but the current formula is not capturing all the values desired.
Matrix is below (column F is hidden).
A | B | C | D | E | G | H | I | J | K | L | M | N | |
2 | Weekday (1) Weekend (2) | 1 | 1 | 1 | 1 | 1 | 2 | 3 | 1 | ||||
3 | Block | Level | Flat | Window | Priority | 09/01/2023 | 10/01/2023 | 11/01/2023 | 12/01/2023 | 13/01/2023 | 14/01/2023 | 15/01/2023 | 16/01/2023 |
4 | 16 | 119 | Large Lounge | 1 | Stage 2 | ||||||||
5 | 16 | 119 | Small Lounge | 1 |
N4 Formula: =FILTER(Programme!$F$2:$F$875,(Programme!$B$2:$B$875='Line of Balance'!$B4)*(Programme!$C$2:$C$875='Line of Balance'!$C4)*(Programme!$D$2:$D$875='Line of Balance'!$D4)*(Programme!$G$2:$G$875='Line of Balance'!N$3), "")
N5 Formula: =FILTER(Programme!$F$2:$F$875,(Programme!$B$2:$B$875='Line of Balance'!$B5)*(Programme!$C$2:$C$875='Line of Balance'!$C5)*(Programme!$D$2:$D$875='Line of Balance'!$D5)*(Programme!$G$2:$G$875='Line of Balance'!N$3), "")
Programme Table
A | B | C | D | E | F | G | |
1 | Block | Level | Flat | Window | Priority | Stage | Start Date |
2 | 16 | 119 | Large Lounge | 1 | Stage 2 | 16/01/2023 | |
3 | 16 | 119 | Small Lounge | 1 | Stage 2 | 16/01/2023 |
The cell N5 in the matrix should be "Stage 2" but it is showing blank for some reason.
Thanks for your help.