View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Kristin Broggi Kristin Broggi is offline
external usenet poster
 
Posts: 18
Default CountIf with multiple conditions

You might also want to take a look at the DCOUNT function.

"Dave F" wrote:

Use SUMPRODUCT.

See here for details: http://www.xldynamic.com/source/xld.SUMPRODUCT.html

--
Brevity is the soul of wit.


"Thor" wrote:

This is similar to other posts, but those posts weren't solved so...

I have a worksheet with (among other columns) a company column, and a track
column. I just want to count the records where the company is something
specific AND the track is something specific. I can only seem to count one
or the other.