Hello Community,
I am currently creating a knowledge check and was wondering if there was a formula to create an "all that apply" type of question. For example:
5. What is on the customer experience call flow?
- Smile
- Engage
- Trust
- Own
- Listen
This is my broken formula:
=IF(CONTAINS(("Trust", "Smile", “Own”), [5. What is on the customer experience call flow?]@row), "Correct", "Wrong")
Is this something that can be done? Thank you for your help!