About 558,000 results
Open links in new tab
  1. 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 ...

  2. Excel FILTER() returning 0 for blank cells - Stack Overflow

    Nov 10, 2020 · FILTER() will often return a 0 for blank rows, even when a return string is specified. Using filter() I am often getting a 0 return value for empty cells. Assume these 6 rows of data in …

  3. Using named range with FILTER function in data validation list …

    Dec 22, 2020 · Using named range with FILTER function in data validation list (dynamic dropdown) Hello, I am trying to use a named range as a data validation list but unsuccessfull do far. The named …

  4. Using =filter function with excluding criteria from list

    Aug 24, 2021 · Using =filter function with excluding criteria from list 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 …

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

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

  7. Is there a way to use FILTER function within XLOOKUP function ...

    May 11, 2022 · Hi,I am trying to retrieve data from a table based on two variable, so I thought of using FILTER function to limit the options within the Xlookup array to...

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

  9. excel - Is there a way to combine COUNTIF and FILTER? - Stack Overflow

    Jun 3, 2021 · I explained the second filter isn't necessary, but I think - even though you sorted out your problem yourself - Harun deserves credit for his answer. if you’re fine with G-Sheets, just use query …

  10. excel - Using a LAMBDA as the 2nd argument to FILTER - Stack Overflow

    Jan 10, 2023 · The reason is that FILTER, as a second argument, expects a single-column of values that can be interpreted as true/false (or zero-nonzero). To use this method for filtering multi-column …