Forum Discussion
PeteSauces
Feb 16, 2024Copper Contributor
Using FILTER function and VSTACK function together
Hi, I am trying to use FILTER function and VSTACK function together to find out how many products that different companies sell and list them by the full text... Please help!! Peter
Harun24HR
Feb 16, 2024Bronze Contributor
What problem are you facing to use these functions? Try like =VSTACK(FILTER(ProductList,CompanyName=Criteria1),FILTER(ProductList,CompanyName=Criteria2)). Attach a sample file and then show your desired output. Otherwise we can't understand your problem.
PeteSauces
Feb 16, 2024Copper Contributor
How do I attach a file?
- SergeiBaklanFeb 17, 2024Diamond Contributor
If you don't see this option
put the file on OneDrive or like resource, share with everyone and post the link here.
- PeteSaucesFeb 18, 2024Copper Contributor
Here is a link to an example doucment for the data.. So my desired output is to find out a way to list the different products filtered by company name...
https://1drv.ms/x/s!AmWUTCZdpy-tl3lmBeZcZ3bcv2Do?e=Bi01Sa
I am also looking to learn how to Customize the Ribbon to add the Developer tab for adding buttons and all that...
Peter