# Summarize conclusions based on user's answers, Best approach?

**URL:** https://community.glideapps.com/t/summarize-conclusions-based-on-users-answers-best-approach/53053
**Category:** Ask for Help
**Created:** [November 1, 2022, 4:16pm UTC](https://community.glideapps.com/t/summarize-conclusions-based-on-users-answers-best-approach/53053 "2022-11-01T16:16:18Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![ohad](https://avatars.discourse-cdn.com/v4/letter/o/f04885/32.png) [@ohad](https://community.glideapps.com/u/ohad)
#### Post date: [November 1, 2022, 4:16pm UTC](https://community.glideapps.com/t/summarize-conclusions-based-on-users-answers-best-approach/53053/1 "2022-11-01T16:16:18Z")

</div>

Hi,  
I am asking my users a few questions , I would like to summarize the answers to my conclusions in words.  
For example, the answers are: dog, cat, mouse, bird. Then: I would like to summarize it to “Animals” in the user’s column (And show only animals images).  
By doing it in the ITE condition it wont work because I can make “AND” condition.

What is the right approach for this?  
Thank you.

---

<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 1, 2022, 11:40pm UTC](https://community.glideapps.com/t/summarize-conclusions-based-on-users-answers-best-approach/53053/2 "2022-11-01T23:40:00Z")

</div>

> [@ohad](#):
>
> For example, the answers are: dog, cat, mouse, bird. Then: I would like to summarize it to “Animals”

Let’s say I answer dog, cat, skyscraper, oranges then what should the system give back to me?

---

<div class="post-metadata">

### Author: ![ohad](https://avatars.discourse-cdn.com/v4/letter/o/f04885/32.png) [@ohad](https://community.glideapps.com/u/ohad)
#### Post date: [November 2, 2022, 6:15am UTC](https://community.glideapps.com/t/summarize-conclusions-based-on-users-answers-best-approach/53053/3 "2022-11-02T06:15:33Z")

</div>

Thank you for your replay.  
Ill try to explain more:  
I am asking my users about 30 questions, I would like to summarize the answers to 1 conclusion.  
IF: answer 1 = a. **AND** answer 4 = no, **AND** answer 13 = sure, THEN: “Conclusion number 5” (for me) ,then = Show the user TABS number 1,4,6,7,

My need is to set the conclusion by creating **AND** condition to the answers.  
Is it possible?

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [November 2, 2022, 9:41am UTC](https://community.glideapps.com/t/summarize-conclusions-based-on-users-answers-best-approach/53053/4 "2022-11-02T09:41:14Z")

</div>

The general approach to using an if-then-else column in Glide to create a series of AND conditions is to eliminate the failing conditions one by one.

So to take your example…

> [@ohad](#):
>
> IF: answer 1 = a. **AND** answer 4 = no, **AND** answer 13 = sure, THEN: “Conclusion number 5”

- If answer 1 is not equal to 1, then null (leave blank)
- If answer 4 is not “no”, then null
- If answer 13 is not “sure”, then null
- Else “Conclusion number 5”

---

<div class="post-metadata">

### Author: ![ohad](https://avatars.discourse-cdn.com/v4/letter/o/f04885/32.png) [@ohad](https://community.glideapps.com/u/ohad)
#### Post date: [November 2, 2022, 5:13pm UTC](https://community.glideapps.com/t/summarize-conclusions-based-on-users-answers-best-approach/53053/5 "2022-11-02T17:13:46Z")

</div>

Thank you. Works great.

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [November 3, 2022, 5:14pm UTC](https://community.glideapps.com/t/summarize-conclusions-based-on-users-answers-best-approach/53053/6 "2022-11-03T17:14:26Z")

</div>

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.
