A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
I mean the FILTER function that you use in formulas. For example:
=FILTER(B1:B1000,A1:A1000=C1)
will return all rows in B1:B1000 where the value n column A equals what is in C1