Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 192
Default Countif Multiple column criteria with does not contain

Hi Masters!

Help Excel 2003:
3 columns data. (F, G, AA)
The last 2 columns are numeric data.
1st one is not numeric data but names. (i.e. Carl, Ron etc...)
This row contains totals that I want to ignore. The only common parameter in
the totals is the symbol $ but is not always in the same position (i.e. Carl
$, Ron $ Total etc...)

I am trying to count the number of cases that follow the criteria G0, AA<=0
and ignore the Rows that contains $ in F.

I am trying to use the formula bellow without success. Any idea even more
simply is appreciated!


SUMPRODUCT(--(IF(ISNUMBER(SEARCH("*$*",F17:F194,1)),"No","1"))= 1,--(G17:G1940),--(AA17:AA194<=0))
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default Countif Multiple column criteria with does not contain

Nick wrote:
Hi Masters!

Help Excel 2003:
3 columns data. (F, G, AA)
The last 2 columns are numeric data.
1st one is not numeric data but names. (i.e. Carl, Ron etc...)
This row contains totals that I want to ignore. The only common parameter in
the totals is the symbol $ but is not always in the same position (i.e. Carl
$, Ron $ Total etc...)

I am trying to count the number of cases that follow the criteria G0, AA<=0
and ignore the Rows that contains $ in F.

I am trying to use the formula bellow without success. Any idea even more
simply is appreciated!


SUMPRODUCT(--(IF(ISNUMBER(SEARCH("*$*",F17:F194,1)),"No","1"))= 1,--(G17:G1940),--(AA17:AA194<=0))




Try this:


=SUMPRODUCT(--ISERROR(SEARCH("$",A2)),--(G17:G1940),--(AA17:AA194<=0))
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default Countif Multiple column criteria with does not contain

Nick wrote:
Hi Masters!

Help Excel 2003:
3 columns data. (F, G, AA)
The last 2 columns are numeric data.
1st one is not numeric data but names. (i.e. Carl, Ron etc...)
This row contains totals that I want to ignore. The only common parameter in
the totals is the symbol $ but is not always in the same position (i.e. Carl
$, Ron $ Total etc...)

I am trying to count the number of cases that follow the criteria G0, AA<=0
and ignore the Rows that contains $ in F.

I am trying to use the formula bellow without success. Any idea even more
simply is appreciated!


SUMPRODUCT(--(IF(ISNUMBER(SEARCH("*$*",F17:F194,1)),"No","1"))= 1,--(G17:G1940),--(AA17:AA194<=0))





Sorry, forgot to adjust the range:

=SUMPRODUCT(--ISERROR(SEARCH("$",F17:F194)),--(G17:G1940),--(AA17:AA194<=0))
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 192
Default Countif Multiple column criteria with does not contain

Hi Glenn! Beautiful! It works perfect.

I have being asked to put in the cell adjacent the total sum of column G as
well for this same criteria. Will SUMPRODUCT works? Or what would be the best
simple formula?

Thanks again!

Nick

"Glenn" wrote:

Nick wrote:
Hi Masters!

Help Excel 2003:
3 columns data. (F, G, AA)
The last 2 columns are numeric data.
1st one is not numeric data but names. (i.e. Carl, Ron etc...)
This row contains totals that I want to ignore. The only common parameter in
the totals is the symbol $ but is not always in the same position (i.e. Carl
$, Ron $ Total etc...)

I am trying to count the number of cases that follow the criteria G0, AA<=0
and ignore the Rows that contains $ in F.

I am trying to use the formula bellow without success. Any idea even more
simply is appreciated!


SUMPRODUCT(--(IF(ISNUMBER(SEARCH("*$*",F17:F194,1)),"No","1"))= 1,--(G17:G1940),--(AA17:AA194<=0))





Sorry, forgot to adjust the range:

=SUMPRODUCT(--ISERROR(SEARCH("$",F17:F194)),--(G17:G1940),--(AA17:AA194<=0))

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default Countif Multiple column criteria with does not contain

So, if you are saying you want the sum of column G when:

There is not a "$" in column F
Column G is greater than 0
Column AA is less than 0

=SUMPRODUCT(--ISERROR(SEARCH("$",F17:F194)),--(G17:G1940),--(AA17:AA194<=0),G17:G194)



Nick wrote:
Hi Glenn! Beautiful! It works perfect.

I have being asked to put in the cell adjacent the total sum of column G as
well for this same criteria. Will SUMPRODUCT works? Or what would be the best
simple formula?

Thanks again!

Nick

"Glenn" wrote:

Nick wrote:
Hi Masters!

Help Excel 2003:
3 columns data. (F, G, AA)
The last 2 columns are numeric data.
1st one is not numeric data but names. (i.e. Carl, Ron etc...)
This row contains totals that I want to ignore. The only common parameter in
the totals is the symbol $ but is not always in the same position (i.e. Carl
$, Ron $ Total etc...)

I am trying to count the number of cases that follow the criteria G0, AA<=0
and ignore the Rows that contains $ in F.

I am trying to use the formula bellow without success. Any idea even more
simply is appreciated!


SUMPRODUCT(--(IF(ISNUMBER(SEARCH("*$*",F17:F194,1)),"No","1"))= 1,--(G17:G1940),--(AA17:AA194<=0))




Sorry, forgot to adjust the range:

=SUMPRODUCT(--ISERROR(SEARCH("$",F17:F194)),--(G17:G1940),--(AA17:AA194<=0))

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
Using Countif with multiple criteria in the same column. Harley Excel Discussion (Misc queries) 5 May 5th 23 07:44 PM
Countif function with multiple column criteria? Ryan Excel Worksheet Functions 8 April 11th 09 01:36 AM
COUNTIF: 2 criteria: Date Range Column & Text Column MAC Excel Worksheet Functions 14 September 16th 08 04:39 PM
Nesting COUNTIF for multiple criteria in multiple columns NeedExcelHelp07 Excel Worksheet Functions 1 December 12th 07 05:47 PM
Countif multiple criteria within the same column Harley Excel Discussion (Misc queries) 5 December 21st 05 01:17 PM


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