Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
plaw 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. Look he http://www.contextures.com/xlFunctio...tml#SumProduct |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You need to use countif's big brother, SUMPRODUCT:
If A1 thru B6 contain: dog big dog small cat small cat small cat small dog big Then =SUMPRODUCT((A1:A10="dog")*(B1:B10="big")) will display 2. The number of records with dog & big -- Gary''s Student - gsnu200828 "plaw" 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. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
COUNTIF | Excel Worksheet Functions | |||
How do I use a countif function according to two other countif fu. | Excel Worksheet Functions | |||
edit this =COUNTIF(A1:F16,"*1-2*")+COUNTIF(A1:F16,"*2-1*") | Excel Discussion (Misc queries) | |||
COUNTIF or not to COUNTIF on a range in another sheet | Excel Worksheet Functions | |||
COUNTIF in one colum then COUNTIF in another...??? | Excel Worksheet Functions |