Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I wonder if someone could tell me which formula to use to do the following:
A1= the sum of the yes responses from each sales rep in a quarter (Jan-Mar) Month SalesRep Response Jan John No Feb John Yes Mar Bill Yes Apr John No Answer = 1 yes response for JOHN in the first quarter (jan-Mar) Answer = 1 yes response for Bill in the first quarter I am using name ranges .i.e Month SalesRep Response Thank you in advance for any help you can provide Ferde |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUMPRODUCT((ISNUMBER(MATCH(B1:B10,{"Jan","Feb","M ar"},0)))*(C1:C10="John")*(D1:D10="Yes"))
-- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "ferde" wrote in message ... I wonder if someone could tell me which formula to use to do the following: A1= the sum of the yes responses from each sales rep in a quarter (Jan-Mar) Month SalesRep Response Jan John No Feb John Yes Mar Bill Yes Apr John No Answer = 1 yes response for JOHN in the first quarter (jan-Mar) Answer = 1 yes response for Bill in the first quarter I am using name ranges .i.e Month SalesRep Response Thank you in advance for any help you can provide Ferde |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUMPRODUCT((B2:B11={"Jan","Feb","Mar"})*(C2:C11=" John")*(D2:D11="Yes"))
"ferde" wrote: I wonder if someone could tell me which formula to use to do the following: A1= the sum of the yes responses from each sales rep in a quarter (Jan-Mar) Month SalesRep Response Jan John No Feb John Yes Mar Bill Yes Apr John No Answer = 1 yes response for JOHN in the first quarter (jan-Mar) Answer = 1 yes response for Bill in the first quarter I am using name ranges .i.e Month SalesRep Response Thank you in advance for any help you can provide Ferde |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
THANK YOU IT WORKS GREAT
"Bob Phillips" wrote: =SUMPRODUCT((ISNUMBER(MATCH(B1:B10,{"Jan","Feb","M ar"},0)))*(C1:C10="John")*(D1:D10="Yes")) -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "ferde" wrote in message ... I wonder if someone could tell me which formula to use to do the following: A1= the sum of the yes responses from each sales rep in a quarter (Jan-Mar) Month SalesRep Response Jan John No Feb John Yes Mar Bill Yes Apr John No Answer = 1 yes response for JOHN in the first quarter (jan-Mar) Answer = 1 yes response for Bill in the first quarter I am using name ranges .i.e Month SalesRep Response Thank you in advance for any help you can provide Ferde |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
THANK YOU THIS WORKS GREAT TOO.
"BoniM" wrote: =SUMPRODUCT((B2:B11={"Jan","Feb","Mar"})*(C2:C11=" John")*(D2:D11="Yes")) "ferde" wrote: I wonder if someone could tell me which formula to use to do the following: A1= the sum of the yes responses from each sales rep in a quarter (Jan-Mar) Month SalesRep Response Jan John No Feb John Yes Mar Bill Yes Apr John No Answer = 1 yes response for JOHN in the first quarter (jan-Mar) Answer = 1 yes response for Bill in the first quarter I am using name ranges .i.e Month SalesRep Response Thank you in advance for any help you can provide Ferde |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sumif or sumproduct? | Excel Worksheet Functions | |||
Sumif...SumProduct...Sum Something | Excel Discussion (Misc queries) | |||
Which formula to use? countif, sumif, sumproduct | Excel Discussion (Misc queries) | |||
sumif vs sumproduct | Excel Worksheet Functions | |||
SumIf/SumProduct Formula Help | Excel Worksheet Functions |