C
Carolyn
I'm using the following formula:
=COUNTIF(A1:A4,"T")+(COUNTIF(A1:A4,"t")/2)
but Excel isn't noting the difference between upper and lower case
entries. Is there another way to do this?
A1 = T
A2 = T
A3 = t
A4 = t
I want to count these items as if uppercase letters equaled 1 and
lowercase letters equaled 0.5.
Thanks.
=COUNTIF(A1:A4,"T")+(COUNTIF(A1:A4,"t")/2)
but Excel isn't noting the difference between upper and lower case
entries. Is there another way to do this?
A1 = T
A2 = T
A3 = t
A4 = t
I want to count these items as if uppercase letters equaled 1 and
lowercase letters equaled 0.5.
Thanks.