About 30,300,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. 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 …

  3. Filter (band) - Wikipedia

    Filter is an American rock band formed in 1993 in Cleveland, Ohio, by singer Richard Patrick, along with guitarist and programmer Brian Liesegang. The band was formed when Patrick …

  4. FILTER function - Microsoft Support

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

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

  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 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. Excel FILTER function | Exceljet

    Jun 4, 2025 · To filter and extract data based on multiple complex criteria, you can use the FILTER function with a chain of expressions that use Boolean logic. For example, the generic …

  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.