Combine two filter functions

Knockoutpie

Board Regular
Joined
Sep 10, 2018
Messages
116
Office Version
  1. 365
Platform
  1. Windows
Hi all, how can I combine these two formulas? I just cannot wrap my head around vstack..

FILTER('Sales'!G:G,'Sales'!P:P=Summary!A1)
FILTER('Backlog'!G:G,'Backlog'!I:I=Summary!A1)

@Fluff, i've read your previous posts, seems you have the best knowledge on this. :)
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
I think you can do that pretty easily with the VSTACK function.
See: How to use Microsoft Excel’s VSTACK() function to combine multiple data sets

So I think your formula would be like:
Excel Formula:
=VSTACK(FILTER('Sales'!G:G,'Sales'!P:P=Summary!A1),FILTER('Backlog'!G:G,'Backlog'!I:I=Summary!A1))
thanks Joe, almost had it myself, i was starting to read-up on the function here.
 
Upvote 0

Forum statistics

Threads
1,215,287
Messages
6,124,075
Members
449,140
Latest member
SheetalDixit

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top