Thread: Countif
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gerry Kelly Gerry Kelly is offline
external usenet poster
 
Posts: 1
Default Countif

Hi,

I am trying to create a countif statement that will give me the total
numbers in a colum depending on what it says in another colum within the same
row ie

=countif(S3:S33,"3")and(D3:D33="DEL")

If I have 7 numbers in my S range 3 and it says DEL in the D range I want
my total colum to reflect this. Does this make sense and can it be done?

Gerry