N
NMT
Hi,
I have a table of 3 types of information -
Column A - Query type
Column B - Resolver Name
Coulmn C - Resolution date
I would like to count the number of cases completed by person X (Stated in
column B) on a given date (Stated in Column C) if the query types includes
text "ABC" (Stated in column A)
Have tried Sumproduct ---
=Sumproduct((A2:A22="*ABC*")*(B2:B22="Nicky")*(C2:C22="1/2/2009"))
Can i use the wild card criteria? If I use a normal criteria I can count the
required data.
I have a table of 3 types of information -
Column A - Query type
Column B - Resolver Name
Coulmn C - Resolution date
I would like to count the number of cases completed by person X (Stated in
column B) on a given date (Stated in Column C) if the query types includes
text "ABC" (Stated in column A)
Have tried Sumproduct ---
=Sumproduct((A2:A22="*ABC*")*(B2:B22="Nicky")*(C2:C22="1/2/2009"))
Can i use the wild card criteria? If I use a normal criteria I can count the
required data.