Open links in new tab
  1. Excel FILTER function not working with some formulas | Microsoft ...

    Jun 22, 2025 · Excel FILTER function not working with some formulas Hey all, Very weird issue: The FILTER function doesn't return anything when the target cell contains certain (but not all) formulas. …

  2. Excel Filter Function Include Different Array for Filtering

    Jun 1, 2023 · I wanted to make a filter function, but the array for criteria is referring to a different cell Here is an example My array is C3:C17, I wanted to filter the names on this array based on the list ...

  3. Using the FILTER function to filter out data | Microsoft Community Hub

    Nov 1, 2024 · Using the FILTER function to filter out data I have a large spreadsheet with over 3000 entries and multiple columns of data. I need to efficiently edit out a specific packet of data that …

  4. Filter function with multiple tables/arrays | Microsoft Community Hub

    Jan 5, 2024 · Filter function with multiple tables/arrays I have a sheet with data in it (customers contacts in this example, where columns contain name, surname, company and email) and with the following …

  5. excel - Can I nest the IF function inside of the Filter Function ...

    Oct 23, 2023 · Can I nest the IF or any other function inside of the FILTER function to return maybe 1 instead of GBP in column J and return LON instead of LONDON in column B?

  6. Filter result to skip selected columns | Microsoft Community Hub

    Jan 18, 2025 · Try below: Select the Range: Highlight the range of cells that you want to include in your filter, excluding the column you want to skip. Apply Filter: Click on the "Data" tab, and then select …

  7. How do I create a validation dropdown that uses the FILTER function ...

    May 19, 2023 · Hi all, I have successfully used the INDIRECT function to create dropdown lists for a single column, such as here in cell C2, where I have a simple dropdown of four shapes. That list was …

  8. Using =filter function with excluding criteria from list | Microsoft ...

    Aug 24, 2021 · I am trying to use the =filter function to exclude all names that appear on a list, so if that list expands in the future, I can just add a name and it will filter out the additional names. i also have …

  9. Filter function not detecting values | Microsoft Community Hub

    Mar 8, 2024 · Karinanzr FILTER looks at the values of cells, not at their formulas, so it should work, in principle. Could you attach a small sample workbook demonstrating the problem (without sensitive …

  10. Excel Filter Function - choose certain columns as output

    Oct 14, 2021 · Explanation Option 1 You can nest the original FILTER function inside another FILTER function and specify an array of 1 's and 0 's mentioning which column you need and which you don't. …