Forum Discussion

greinholds's avatar
greinholds
Copper Contributor
Jan 05, 2024
Solved

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 formula I can use a cell (F1) to enter search criter...
  • HansVogelaar's avatar
    Jan 05, 2024

    If you have Microsoft 365, you can use VSTACK to combine the results of three FILTER formulas

     

    =VSTACK(FILTER(data on Customer batch 1), FILTER(data on Customer batch 2), FILTER(data on Customer batch 3))

Resources