View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
MsBeverlee MsBeverlee is offline
external usenet poster
 
Posts: 29
Default How do you create COUNTIF functions based on multiple criteria?

I am trying to create a COUNTIF function in 1 worksheet based on multiple
criteria in another worksheet. Basically, I want to count the number of
cells that the criteria of 3 different columns in a separate worksheet (i.e.
$A:$A="Smith" and $AS:$AS="4/19/2007" and $CL:$CL="$419"). I want to count
the number of cells that meet all 3 of these criteria. Can it be done?