Forum Discussion
emzyan0160
Jan 22, 2025Copper Contributor
If formula problem
Hi all! I am new to using excel so I appreciate your help in advance :) I created a spreadsheet to track multiple choice answers for a quiz. This is the formula to track if people got the answer righ...
SergeiBaklan
Jan 23, 2025Diamond Contributor
As variant
=IF(F3 = "a", 1,
IF( SUM( --ISNUMBER( SEARCH( {"b","c","d","-"}, F3) ) ), 0, "NA"
))