#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 88
Default 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

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9
Default 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

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9
Default 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




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
counting function but not double counting duplicates JRD Excel Worksheet Functions 2 November 7th 07 06:43 PM
Counting D,E,N FC Excel Discussion (Misc queries) 5 October 21st 07 10:40 PM
HELP COUNTING Pat Brewington Excel Worksheet Functions 6 October 24th 06 07:30 PM
Counting rows, then counting values. Michael via OfficeKB.com Excel Discussion (Misc queries) 7 August 4th 05 10:57 PM
Counting names in a column but counting duplicate names once TBoe Excel Discussion (Misc queries) 9 May 11th 05 11:24 PM


All times are GMT +1. The time now is 09:13 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"