N
Nick
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 G>0, 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:G194>0),--(AA17:AA194<=0))
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 G>0, 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:G194>0),--(AA17:AA194<=0))