When there are multiple items in the cell referred by include parameter, how to get the correct result for the parameter passed?
For example, consider the table below. When I filter for rq 1, it returns d2 only since it has only rq 1. There are other rows which has rq 1 along with other values. I would like the formula to return d2, d4 (d2 has rq 1 only & d4 has rq 7, rq 1). Can the experts in this forum suggest please?
For example, consider the table below. When I filter for rq 1, it returns d2 only since it has only rq 1. There are other rows which has rq 1 along with other values. I would like the formula to return d2, d4 (d2 has rq 1 only & d4 has rq 7, rq 1). Can the experts in this forum suggest please?
requirement mapping.xlsx | |||
---|---|---|---|
F | |||
3 | d2 | ||
table 2 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
F3 | F3 | =CHOOSECOLS(FILTER(B3:C17,C3:C17="rq 1"),1) |
requirement mapping.xlsx | ||||
---|---|---|---|---|
B | C | |||
2 | d | rq ref | ||
3 | d1 | rq 5 | ||
4 | d2 | rq 1 | ||
5 | d3 | rq 10 | ||
6 | d4 | rq 7, rq 1 | ||
7 | d5 | rq 6 | ||
8 | d6 | rq 3 | ||
9 | d7 | rq 9, rq 10 | ||
10 | d8 | rq 2 | ||
11 | d9 | rq 3 | ||
12 | d10 | rq 2 | ||
13 | d11 | rq 4, rq 9 | ||
14 | d12 | rq 8 | ||
15 | d13 | rq 4 | ||
16 | d14 | rq 5 | ||
17 | d15 | rq 10, rq 6 | ||
table 2 |