Filter by column, sort by row
To filter a set of data by a column heading, then sort the result by row, you can use a formula based on the FILTER and SORT functions. In the example shown, the formula in I5 is: =SORT(FILTER(B5:G15,(B4:G4="group")+(B4:G4=J4)),2,-1) This formula …Read more