# It it possible to in app filter recepis with X AND Y as ingredients

**URL:** https://community.glideapps.com/t/it-it-possible-to-in-app-filter-recepis-with-x-and-y-as-ingredients/19166
**Category:** Ask for Help
**Created:** [November 30, 2020, 9:35pm UTC](https://community.glideapps.com/t/it-it-possible-to-in-app-filter-recepis-with-x-and-y-as-ingredients/19166 "2020-11-30T21:35:23Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![erwblo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/erwblo/32/75_2.png) [@erwblo](https://community.glideapps.com/u/erwblo)
#### Post date: [November 30, 2020, 9:35pm UTC](https://community.glideapps.com/t/it-it-possible-to-in-app-filter-recepis-with-x-and-y-as-ingredients/19166/1 "2020-11-30T21:35:23Z")

</div>

Say you make a list of recepis with all ingredients.  
And you have sheet with all ingredients for the choice element.  
Is there a way to give the user the option to filter all recepis that have all ingredients X AND Y AND Z in it? Instead of a list with all recepis with ingredient X AND all recepis with Y AND all recipes with Z?

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [November 30, 2020, 10:46pm UTC](https://community.glideapps.com/t/it-it-possible-to-in-app-filter-recepis-with-x-and-y-as-ingredients/19166/2 "2020-11-30T22:46:26Z")

</div>

Possibly you will need to have 3 user specific columns to store 3 choices, then filter by ingredients contains choice A and choice B and choice C.
