About 6,510,000 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

    Jul 10, 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 …

  4. 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 …

  5. Excel FILTER function | Exceljet

    Jun 4, 2025 · The FILTER function is designed to filter and extract information based on logical criteria. In this example, the goal is to extract every 3rd record from the data shown, but there …

  6. 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.

  7. Filter - Wikipedia

    Filter, filtering, filters or filtration may also refer to: Filter paper, a semi-permeable paper barrier placed perpendicular to a liquid or air flow. It is used to separate fine solids from liquids or air. …

  8. 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.

  9. FILTER Definition & Meaning | Dictionary.com

    Filter definition: any substance, as cloth, paper, porous porcelain, or a layer of charcoal or sand, through which liquid or gas is passed to remove suspended impurities or to recover solids..

  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.