ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   counting =100% (https://www.excelbanter.com/excel-worksheet-functions/192532-counting-%3D100%25.html)

alisaheb

counting =100%
 
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

jatman

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


Bob Phillips

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




alisaheb

counting =100%
 
my intended total is 3 from your example as only 3 entries are =100%
--
Alisaheb


"jatman" wrote:

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


alisaheb

counting =100%
 
Thanks for the solution, I got the correct answer.
--
Alisaheb


"Bob Phillips" wrote:

=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






All times are GMT +1. The time now is 08:07 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com