Thread: COUNTIF help
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JBeaucaire[_93_] JBeaucaire[_93_] is offline
external usenet poster
 
Posts: 1
Default COUNTIF help


plaw;192468 Wrote:
I need a countif formula that will function with two requirements in two
separate columns. So essentially it only counts if it matches the two
requirements.

That's more likely a SUMPRODUCT formula, for example:

=SUMPRODUCT(--(A1:A100="cat"),--(B1:B100="red"))


--
JBeaucaire
------------------------------------------------------------------------
JBeaucaire's Profile: http://www.thecodecage.com/forumz/member.php?userid=73
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=53043