About 55,900 results
Open links in new tab
  1. FILTER Definition & Meaning - Merriam-Webster

    The meaning of FILTER is a porous article or mass (as of paper or sand) through which a gas or liquid is passed to separate out matter in suspension. How to use filter in a sentence.

  2. FILTER function - Microsoft Support

    How to use the FILTER function in Excel to filter a range of data based on criteria you define.

  3. Array.prototype.filter () - JavaScript | MDN

    Dec 13, 2025 · The filter () method of Array instances creates a shallow copy of a portion of a given array, filtered down to just the elements from the given array that pass the test implemented by the …

  4. Excel FILTER function | Exceljet

    Jun 4, 2025 · In this example, the goal is to filter data based on multiple criteria with the FILTER function. Specifically, we want to select data where (1) the group = "A" and (2) the Score is greater …

  5. FILTER | English meaning - Cambridge Dictionary

    Email filtering is the removal of unwanted email, for example spam or a phishing attempt, before it reaches your mailbox. Hence, if one is attempting to extract the correlated signal, then, with …

  6. FILTER function in Excel (How to + 8 Examples)

    Jan 27, 2023 · This post shows how to use and master the FILTER function in Excel. FILTER is a power dynamic array function which you need to know.

  7. filter noun - Definition, pictures, pronunciation and usage notes ...

    Definition of filter noun in Oxford Advanced Learner's Dictionary. Meaning, pronunciation, picture, example sentences, grammar, usage notes, synonyms and more.

  8. Filter - Wikipedia

    Filter Filtration is a physical process that separates solid matter and fluid from a mixture. Look up Filter, filter, filtering, or filters in Wiktionary, the free dictionary.

  9. Filter - Definition, Meaning & Synonyms | Vocabulary.com

    A machine or device that removes dangerous or unwanted materials from a substance passing through it is called a filter. A kitchen water filter makes the water safer to drink — and also taste better.

  10. JavaScript Array filter () Method - W3Schools

    The filter() method creates a new array filled with elements that pass a test provided by a function. The filter() method does not execute the function for empty elements.