PC Review


Reply
Thread Tools Rate Thread

counting >=100%

 
 
alisaheb
Guest
Posts: n/a
 
      25th Jun 2008
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 With Quote
 
 
 
 
jatman
Guest
Posts: n/a
 
      25th Jun 2008
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

 
Reply With Quote
 
Bob Phillips
Guest
Posts: n/a
 
      25th Jun 2008
=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" <(E-Mail Removed)> wrote in message
news:20C67F12-3210-410D-8AD5-(E-Mail Removed)...
>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 With Quote
 
alisaheb
Guest
Posts: n/a
 
      25th Jun 2008
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

 
Reply With Quote
 
alisaheb
Guest
Posts: n/a
 
      25th Jun 2008
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" <(E-Mail Removed)> wrote in message
> news:20C67F12-3210-410D-8AD5-(E-Mail Removed)...
> >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 With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
counting function but not double counting duplicates =?Utf-8?B?SlJE?= Microsoft Excel Worksheet Functions 2 7th Nov 2007 06:43 PM
Counting rows, then counting values. Michael via OfficeKB.com Microsoft Excel Misc 7 4th Aug 2005 10:57 PM
Counting Rows Then Counting Values in Columns Michael via OfficeKB.com Microsoft Excel Programming 1 1st Jun 2005 04:10 PM
Counting names in a column but counting duplicate names once =?Utf-8?B?VEJvZQ==?= Microsoft Excel Misc 9 11th May 2005 11:24 PM
12,000 and counting - dead, 1 Million and counting - homeless David Candy Windows XP General 34 1st Jan 2005 10:27 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:05 PM.