Thread: counting =100%
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default counting =100%

=SUMPRODUCT(--(A2:A200=100%),--(B2:B200="TEXT"))

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"alisaheb" wrote in message
...
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