counting =100%
If your data set is as follows:
A B
100% empty
56% yes
107% no
103% text
75% text
if your intended total is 5 then use the formuale as follows:
=SUM(COUNTIF(A:A,"=100%"),COUNTIF(B:B,"TEXT"))
jatman
"alisaheb" wrote:
I am trying to count number of entries in a column meeting 2 conditions - one
condition being column1 values being =100% & column2 values = "Text".
I am getting total number of entries meeting Column2="Text" minus
Column1=100%
--
Alisaheb
|