What is the conditional format you are using? In other words, are you
hardcoding each cell to Cell Value, or are you using the FORMULA is. If you
are using the formula is, I am assuming you have an answer key somewhere?
Assuming your questions are being answered in column A, rows 3 through 22,
and your answers are on a separate (possibly hidden) tab named Data, in
column A, rows 3 though 22:
=SUMPRODUCT(--(A3:A22=Data!A3:A22))
will give you the number correct, or true.
--
John C
"Paul Gooch" wrote:
>
>
> "Teethless mama" wrote:
>
> > =COUNTIF(A:A,TRUE)
> > =COUNTIF(A:A,FALSE)
>
> Thanks for the quick reply, both formula's return 0. Based on my original
> question, if I am using conditional formula's to achieve the result requires
> a TRUE result to display the format selected. However the values within the
> cell will only ever be A, B, C or D. Is there anyway to confirm the
> conditional result into an actual result.
>
> Paul
|