Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I would like to create a sumif statement that uses two criteria...so sumif
a=b and c=d then sum the values in the range. Any ideas? thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUMPRODUCT(--(rng1=value1),--(rng2="value2"),rng3)
-- HTH Bob Phillips (replace xxxx in the email address with gmail if mailing direct) "TPDigg" wrote in message ... I would like to create a sumif statement that uses two criteria...so sumif a=b and c=d then sum the values in the range. Any ideas? thanks |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Worked great!!!thank you for the help
"Bob Phillips" wrote: =SUMPRODUCT(--(rng1=value1),--(rng2="value2"),rng3) -- HTH Bob Phillips (replace xxxx in the email address with gmail if mailing direct) "TPDigg" wrote in message ... I would like to create a sumif statement that uses two criteria...so sumif a=b and c=d then sum the values in the range. Any ideas? thanks |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUMPRODUCT(--(A1:A100="b"),--(C1:C100="d"),E1:E100)
"TPDigg" wrote: I would like to create a sumif statement that uses two criteria...so sumif a=b and c=d then sum the values in the range. Any ideas? thanks |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Worked great!! Thanks
"Teethless mama" wrote: =SUMPRODUCT(--(A1:A100="b"),--(C1:C100="d"),E1:E100) "TPDigg" wrote: I would like to create a sumif statement that uses two criteria...so sumif a=b and c=d then sum the values in the range. Any ideas? thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to nest a left function within a sumif function? | Excel Worksheet Functions | |||
Creating my own user defined function help statements | Excel Worksheet Functions | |||
Create a Function similar to multiple IFs | Excel Discussion (Misc queries) | |||
How can you use multiple ranges in a function? | Excel Worksheet Functions | |||
SumIF function | Excel Discussion (Misc queries) |