B
Bill
Please see table below I am trying to check if entires in columb b & c are
both corrcet (1 indicates correct, 0 incorrect and blank no entry).
If both are correct this indicated in Column C as a 1. I then have to sum
all the entries in Column C and calculate the percentage of correct both A &
B together.
The problem I have is that I am using an if statement IF(b3+c3=2,1,0)
this will not work if there is NO entry as in a5 and b5 I get the error
signal ###.
Unfortunatley, sometimes there will not be an entry in both columns in a &
B. So I would like help in trying to ignore the entries where ther is noe
entry?
I hope this makes sense.
Regards Bill
Column B Column C Column D
a1 A correct B correct Both correct
a2
a3 0 1 0
a4 1 1 1
a5
a6 0 0 0
a7 1 0 0
both corrcet (1 indicates correct, 0 incorrect and blank no entry).
If both are correct this indicated in Column C as a 1. I then have to sum
all the entries in Column C and calculate the percentage of correct both A &
B together.
The problem I have is that I am using an if statement IF(b3+c3=2,1,0)
this will not work if there is NO entry as in a5 and b5 I get the error
signal ###.
Unfortunatley, sometimes there will not be an entry in both columns in a &
B. So I would like help in trying to ignore the entries where ther is noe
entry?
I hope this makes sense.
Regards Bill
Column B Column C Column D
a1 A correct B correct Both correct
a2
a3 0 1 0
a4 1 1 1
a5
a6 0 0 0
a7 1 0 0