Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
DB_Bill
 
Posts: n/a
Default Two criteria for CountIf?

I have two columns of cells that need to be evaluated and determine if the
criteria are met in order to be included in a count. The first column needs
to have something other than "Closed" and the second column and row should
contain something other than null/blank. Is there a simple way to include
both criteria in a single statement to allow a count of the rows?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default Two criteria for CountIf?

=SUMPRODUCT(--(A1:A3<"closed"),--(NOT(ISBLANK(B1:B3))))

replace A1:A3 and B1:B3 with the appropriate ranges
DB_Bill wrote:
I have two columns of cells that need to be evaluated and determine if the
criteria are met in order to be included in a count. The first column needs
to have something other than "Closed" and the second column and row should
contain something other than null/blank. Is there a simple way to include
both criteria in a single statement to allow a count of the rows?


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Toppers
 
Posts: n/a
Default Two criteria for CountIf?

Try:

=SUMPRODUCT(--(A1:A100<"Closed"),--(B1:B100<""),--(B1:B100<" "))

Sumproduct must have a range (rather than a column)

HTH

"DB_Bill" wrote:

I have two columns of cells that need to be evaluated and determine if the
criteria are met in order to be included in a count. The first column needs
to have something other than "Closed" and the second column and row should
contain something other than null/blank. Is there a simple way to include
both criteria in a single statement to allow a count of the rows?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Two criteria for CountIf?

=SUMPRODUCT(--(A1:A100<"Closed"),--(TRIM(B1:B100)<""))

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"DB_Bill" wrote in message
...
I have two columns of cells that need to be evaluated and determine if the
criteria are met in order to be included in a count. The first column

needs
to have something other than "Closed" and the second column and row should
contain something other than null/blank. Is there a simple way to include
both criteria in a single statement to allow a count of the rows?



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
DB_Bill
 
Posts: n/a
Default Two criteria for CountIf?

Thank you for the reply.
I am not trying to achieve the product of a sum, rather get a count of rows
that have something other than the string "closed" and a value other than
blank in the second column. The Countif function seems to be similar to what
I need, however, it is only allowing me to specify criteria for one column at
a time. This is not allowing both criteria to be checked and validated.
An example would be like:
columnA columnB
closed 2100
closed
unknown 500
The last row would be counted and give a return of 1.

"Toppers" wrote:

Try:

=SUMPRODUCT(--(A1:A100<"Closed"),--(B1:B100<""),--(B1:B100<" "))

Sumproduct must have a range (rather than a column)

HTH

"DB_Bill" wrote:

I have two columns of cells that need to be evaluated and determine if the
criteria are met in order to be included in a count. The first column needs
to have something other than "Closed" and the second column and row should
contain something other than null/blank. Is there a simple way to include
both criteria in a single statement to allow a count of the rows?



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Marcelo
 
Posts: n/a
Default Two criteria for CountIf?

Bill, the formula that Toppers gave you will return 1, its work.

as sumproduct return 1 and 1*1=1 it will sum how many 1's do you have in
your range, working like a countif.

hope it helps
Regard from Brazil
Marcelo

"DB_Bill" escreveu:

Thank you for the reply.
I am not trying to achieve the product of a sum, rather get a count of rows
that have something other than the string "closed" and a value other than
blank in the second column. The Countif function seems to be similar to what
I need, however, it is only allowing me to specify criteria for one column at
a time. This is not allowing both criteria to be checked and validated.
An example would be like:
columnA columnB
closed 2100
closed
unknown 500
The last row would be counted and give a return of 1.

"Toppers" wrote:

Try:

=SUMPRODUCT(--(A1:A100<"Closed"),--(B1:B100<""),--(B1:B100<" "))

Sumproduct must have a range (rather than a column)

HTH

"DB_Bill" wrote:

I have two columns of cells that need to be evaluated and determine if the
criteria are met in order to be included in a count. The first column needs
to have something other than "Closed" and the second column and row should
contain something other than null/blank. Is there a simple way to include
both criteria in a single statement to allow a count of the rows?

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
DB_Bill
 
Posts: n/a
Default Two criteria for CountIf?

Thank you for the help. After looking at the replies more closely I realized
what was happening in the solutions given.

"Bob Phillips" wrote:

=SUMPRODUCT(--(A1:A100<"Closed"),--(TRIM(B1:B100)<""))

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"DB_Bill" wrote in message
...
I have two columns of cells that need to be evaluated and determine if the
criteria are met in order to be included in a count. The first column

needs
to have something other than "Closed" and the second column and row should
contain something other than null/blank. Is there a simple way to include
both criteria in a single statement to allow a count of the rows?




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
DAVERAGE criteria HELP!!!! farmedgirl Excel Discussion (Misc queries) 2 April 23rd 06 01:02 PM
Returning Results Based on Two Criteria [email protected] Excel Worksheet Functions 7 October 23rd 05 02:53 PM
Find largest alphanumeric value matching alpha criteria in databas Alison Excel Worksheet Functions 7 August 4th 05 06:59 PM
sorting more than 3 keys Brooke Excel Discussion (Misc queries) 3 June 18th 05 04:52 AM
SUMPRODUCT Formula to Count Row of data Below Matched Criteria Sam via OfficeKB.com Excel Worksheet Functions 8 February 3rd 05 01:37 AM


All times are GMT +1. The time now is 02:07 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"