Thanks again......I used this formula - and yielded the same thing as I was
getting using a different formula previously. But the value being returned
by the formula is not consistent with what I get when I manually count the
lines that satisfy the criteria specified. I now feel that there must be an
issue with the way the data is set up in the worksheet.
Let me ask you - one of my columns is a list of departments that are a
combination of numeric and letters. Example, 702R and 702HG. So when I
specify within the formula - I am using:
=SUMPRODUCT((Matrix!$K$6:$K$1000&","&Matrix!$P$6:$ P$1000="spoc,started")-(Matrix!$C$6:$C$1000&","&Matrix!$K$6:$K$1000&","&M atrix!$P$6:$P$1000="702r,spoc,started"))
(Where matrix is the name of the worksheet that I have my data in)
For some reason, all of those lines with 702HG is listed, these records are
not counted.
Is this because it is made up of letters and numbers?
I am so confused....
"Aladin Akyurek" wrote:
Princess V Wrote:
Aladin,
[...]
Now in a separate table, I want to obtain a count for how many Old
Females
with any name except Linda exist - without counting any blanks.
[...]
Does your suggested formula still apply?
[...]
No. That's a different question than I gathered from your earlier
requests.
I guess this would...
=SUMPRODUCT(($B$2:$B$10&","&$C$2:$C$10="Female,Old ")-($A$2:$A$10&","&$B$2:$B$10&","&$C$2:$C$10="Linda,F emale,Old"))
Note that there is just one minus.
--
Aladin Akyurek
------------------------------------------------------------------------
Aladin Akyurek's Profile: http://www.excelforum.com/member.php...fo&userid=4165
View this thread: http://www.excelforum.com/showthread...hreadid=274322