Determining Exact Match for Multiple Criteria in a Multiple Selection Dropdown
I am trying to grade a quiz where the answers were submitted via a smartsheet form. I am having trouble figuring out how to confirm that there is an exact match on questions that had multiple answers needing to be selected to be considered correct.
On questions that only use one answer, this is the formula I use:
=IF(HAS([Question 1]1, "The Correct Answer"), 1, 0)
Is it possible to modify this formula to get confirmation that multiple correct dropdown options were selected?
Best Answer
-
Yes, you could build the exact criteria you need in the formula. It looks like each column is a question and I assume the rows are students. You could put the correct answer in the first row and simply use
=IF([Question #]@row=[Question #]$1, 1, 0)
This would check to see if the response is an exact match of the answer you indicate in the first row.
School of Sheets (Smartsheet Partner)
If my answer helped please accept and react w/💡Insightful, ⬆️ Vote Up, ❤️Awesome!
Answers
-
Yes, you could build the exact criteria you need in the formula. It looks like each column is a question and I assume the rows are students. You could put the correct answer in the first row and simply use
=IF([Question #]@row=[Question #]$1, 1, 0)
This would check to see if the response is an exact match of the answer you indicate in the first row.
School of Sheets (Smartsheet Partner)
If my answer helped please accept and react w/💡Insightful, ⬆️ Vote Up, ❤️Awesome!
-
Thank you, that worked!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!