Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I would like to create a =SUMIF equation that requires two variables to
be true (rather than just one) before it sums. Is this possible. I have tried to use the =SUMIF(AND()) type equations but cannot get the calculation to work. Any suggestions? |
#2
![]() |
|||
|
|||
![]()
=SUMPRODUCT(--(A1:A1000="value1"),--(B1:B100=number))
-- HTH Bob Phillips wrote in message oups.com... I would like to create a =SUMIF equation that requires two variables to be true (rather than just one) before it sums. Is this possible. I have tried to use the =SUMIF(AND()) type equations but cannot get the calculation to work. Any suggestions? |
#3
![]() |
|||
|
|||
![]()
Your 2 variables can be in 2 separate columns, with the totaling data in a
3rd: =SUMPRODUCT((A1:A50="variable1")*(B1:B50="variable 2")*C1:C50) They could also be in the *same* column. Just remember to keep *all* ranges the same size, and don't use absolute column references (A:A). -- HTH, RD ============================================== Please keep all correspondence within the Group, so all may benefit! ============================================== wrote in message oups.com... I would like to create a =SUMIF equation that requires two variables to be true (rather than just one) before it sums. Is this possible. I have tried to use the =SUMIF(AND()) type equations but cannot get the calculation to work. Any suggestions? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I use the sumif if I have multiple criteria (i.e. greater . | Excel Worksheet Functions | |||
Multiple charts in ChartSpace; problems with double Categories | Charts and Charting in Excel | |||
Multiple charts in ChartSpace; problems with double Categories | Charts and Charting in Excel | |||
Multiple charts in ChartSpace; problems with double Categories | Charts and Charting in Excel | |||
How do I ask for multiple criteria when creating a "sumif" formul. | Excel Worksheet Functions |