Quantcast
Channel: Hot Weekly Questions - Web Applications Stack Exchange
Viewing all articles
Browse latest Browse all 9782

Google Sheets formula for “if contains” for grading multiple choice quiz

$
0
0

I want to use a Google Sheets formula to correct a multiple choice survey that I built using Squarespace. The results get dumped into Google sheets.

For example, if the respondent selects choice:

  • A. then they would get 0 points
  • B. then they would get 1 point
  • C. then they would get 2 points

I tried to string several Regexmatch statements together such as the below but it won't work for more than one regexmatch at a time:

=if(regexmatch(A2, "A."), 0,) (regexmatch(A2, "B."), 1,) (regexmatch(A2, "C."), 2,)

Any advice would be appreciated.


Viewing all articles
Browse latest Browse all 9782

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>