Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need a formula to add a column based on 2 criteria.
If A:A = A1 and B:B = B1 then sum C:C |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In versions of XL prior to 2007 you can't use full-column references
with SUMPRODUCT, so try it like this: =SUMPRODUCT((A2:A1000=A1)*(B2:B1000=B1)*(C2:C1000) ) I've assumed 1000 rows - adjust to suit. Hope this helps. Pete On Apr 21, 4:40*pm, krandall wrote: I need a formula to add a column based on 2 criteria. If A:A = A1 and B:B = B1 then sum C:C |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sumproduct? sumif(sumproduct)? | Excel Worksheet Functions | |||
SUMPRODUCT? | Excel Worksheet Functions | |||
Sumproduct................. | Excel Worksheet Functions | |||
Sumproduct? | Excel Discussion (Misc queries) | |||
SUMPRODUCT Help | Excel Worksheet Functions |