Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to do a countif formula using multiple if statements. For example:
if B7:B25="a" and C7:C25="b" then A= count |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
=sumproduct((B7:B25="a")+(C7:C25="b")) "Raymond" wrote: I am trying to do a countif formula using multiple if statements. For example: if B7:B25="a" and C7:C25="b" then A= count |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Raymond wrote:
I am trying to do a countif formula using multiple if statements. For example: if B7:B25="a" and C7:C25="b" then A= count Look he http://www.contextures.com/xlFunctio...tml#SumProduct |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
OOPPss
Sorry I misread your post use this formula =SUMPRODUCT((A1:A4="A")*(B1:B4="B")) "Eduardo" wrote: Hi, =sumproduct((B7:B25="a")+(C7:C25="b")) "Raymond" wrote: I am trying to do a countif formula using multiple if statements. For example: if B7:B25="a" and C7:C25="b" then A= count |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Should that + sign be a * ?
-- David Biddulph "Eduardo" wrote in message ... Hi, =sumproduct((B7:B25="a")+(C7:C25="b")) "Raymond" wrote: I am trying to do a countif formula using multiple if statements. For example: if B7:B25="a" and C7:C25="b" then A= count |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I use nested countif statements? | Excel Worksheet Functions | |||
COUNTIF STATEMENTS | Excel Worksheet Functions | |||
INDEX / MATCH with SUMIF/COUNTIF/SUMPRODUCT Statements? | Excel Worksheet Functions | |||
IF, COUNTIF & AND STATEMENTS | Excel Discussion (Misc queries) | |||
Multiple IF statements looking up multiple ranges. | Excel Worksheet Functions |