View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default COUNTIF and similar formulas

Try this...

Use cells to hold your criteria:

F1 = Sick
F2 = Medical
G1 = Referred to Manager

=SUMPRODUCT(--(ISNUMBER(MATCH(C1:C20,F1:F2,0))),--(D1:D20=G1))

--
Biff
Microsoft Excel MVP


"JR" wrote in message
...
I am trying to set a COUNTIF formula. I have already done this for column C
and it works but now i want to set a formula so that if column c contains
"sick" or "medical" it should then look to column D and tell me the number
with "sick" or medical" in column C that have the result "referred to
manager" in column D.

C
Medial
Sick
Leave

D
Referred to Manager
Returned to Manager