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

  2. Excel FILTER function not working with some formulas

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

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

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

  5. Filter function not working | Microsoft Community Hub

    Jun 27, 2024 · Filter function not working Hello, I am trying to filter data from one sheet to another in Excel. I want the range for the formula to include whole columns as I want it to be a living filter. This …

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

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

  8. Using FILTER as input to RANK | Microsoft Community Hub

    Jun 29, 2023 · In Excel, you cannot directly use the FILTER function as an input to the RANK function. The RANK function requires a range of values as its first argument, and the FILTER function returns …

  9. Excel GroupBy Function Filter Array - Stack Overflow

    Aug 6, 2024 · Excel GroupBy Function Filter Array Asked 1 year, 3 months ago Modified 1 year, 3 months ago Viewed 4k times

  10. LET and Nested Dynamic Array FILTER Function

    Dec 10, 2021 · The local variable, here A₀, can be used for on-going calculation within the LET function, or the LET itself may be nested within further formulae. If you require the result to be in the form of a …