Hello, i know it is simple, but i can't get it to work!!!!
I have a file like this:
XX XX 1
XX YY 15
i need to count the number of correct and incorrect answers.
for that purpose, i am addind two columns "correct" and "incorrect"
for instance, for the first lign XX=XX then i have 1 on the correct column and 0 on the incorrect column.
for the 2sd row, 0 in the correct column and 15 in the incorrect one.
I tried something like
=IF(A1=B1,C1,0)but i get wrong answers!!
thanks for any help.
I have a file like this:
XX XX 1
XX YY 15
i need to count the number of correct and incorrect answers.
for that purpose, i am addind two columns "correct" and "incorrect"
for instance, for the first lign XX=XX then i have 1 on the correct column and 0 on the incorrect column.
for the 2sd row, 0 in the correct column and 15 in the incorrect one.
I tried something like
=IF(A1=B1,C1,0)but i get wrong answers!!
thanks for any help.