Hi,
Enter this formula
=LET(r,VSTACK(Sheet1!A2:B4,Sheet2!A2:B4,Sheet3!A2:B4),FILTER(r,INDEX(r,,2)="Yes"))
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
How do I filter 3 multiple sheets into one sheet using the filter function with one condition? I have 3 sheets with the same format and ranges but have different data. I want to filter them all in one sheet but with one condition. It should include the data in columns B to K and it only captures all the "Yes" in the "Active" Column.
pLease help. thank you
This is my current formula =IF(FILTER('CS - MNL'!B12:K1000,'CS - MNL'!H12:H1000="Yes")=0,"",FILTER('CS - MNL'!B12:K1000,'CS - MNL'!H12:H1000="Yes"))
I also want to add an "IF" function for the blank cells to return as 0.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.