A | B | C | D | E | F | G | H | I… |
1 | Name | Year | Eng 1 | Eng 2 | Eng 3 | Mat1 | Mat2 | Mat 3… |
2 | John | 1 | 34 | 23 | 57 | 97 | 90 | 34 |
3 | Sam | 1 | 34 | 76 | 87 | 34 | 10 | 90 |
4 | Luke | 2 | 67 | 98 | 45 | 90 | 34 | 98 |
5 | Lucy | 3 | 98 | 67 | 45 | 67 | 86 | 90 |
6 | May | 3 | 7 | 54 | 76 | 23 | 94 | 38 |
<tbody>
</tbody>
Hi,
I would like help with a formula to retrieve filtered results from the above Sheet called Sheet1 and pasted into Sheet2 in say Cell A1
There are two selection criteria: Year and Subject. I need the formula to display all the results matching the selected criteria. For example, Year 1 and Eng. So Cell A1 has the Year value. Cell A2 has the subject value (subjects are in cell D1:I1)
I’m guessing an array formula would be good so that it can be pasted over into different cells.