Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm trying to create a formula to sum a range of numbers if two conditions
are true. Please help. Is there a way to do the following in a cell using a SUMIF IF (A1:A100,"category") AND (B1:B100, "unplanned") then add C1:C100 Thank you. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=sumproduct((A1:A100="category")*(B1:B100="unplann ed")*C1:C100)
-- Don Guillett Microsoft MVP Excel SalesAid Software "Tailgator" wrote in message ... I'm trying to create a formula to sum a range of numbers if two conditions are true. Please help. Is there a way to do the following in a cell using a SUMIF IF (A1:A100,"category") AND (B1:B100, "unplanned") then add C1:C100 Thank you. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If you are using 2007, you can use the SUMIFS function. If not then I suggest
Concatenate colums A&B and do your SUMIF based on that. Henry "Tailgator" wrote: I'm trying to create a formula to sum a range of numbers if two conditions are true. Please help. Is there a way to do the following in a cell using a SUMIF IF (A1:A100,"category") AND (B1:B100, "unplanned") then add C1:C100 Thank you. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sumif for multi conditions. i.e sumif(A1:A10,"Jon" and B1:B10,"A" | Excel Worksheet Functions | |||
Embedding a Sumif in a sumif | Excel Worksheet Functions | |||
SUMIF | Excel Worksheet Functions | |||
nested sumif or sumif with two criteria | Excel Worksheet Functions | |||
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function | Excel Worksheet Functions |