Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
i am trying to put together a formula that sums a column based on the
information in two other columns. The two columns that need to be evaluated have Dept name and Customer name. there are approximately 80 rows that need to be evaluated in each column, and i want the sum to be only of the values that match the criteria for the Dept & Customer names. |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
assuming your data is in cells A2:C100, Dept Name is col A, Cust Name is col
B, and value to sum is col C. =SUMPRODUCT(--($A$2:$A$100=deptname),--($B$2:$B$100=custname),($C$2:$C$100)) Hope this helps. -- John C "Susan" wrote: i am trying to put together a formula that sums a column based on the information in two other columns. The two columns that need to be evaluated have Dept name and Customer name. there are approximately 80 rows that need to be evaluated in each column, and i want the sum to be only of the values that match the criteria for the Dept & Customer names. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sum if statement with a left statement | Excel Discussion (Misc queries) | |||
SUMIF statement with AND statement | Excel Discussion (Misc queries) | |||
Can an If statement answer an If statement? | Excel Discussion (Misc queries) | |||
appending and IF statement to an existing IF statement | Excel Worksheet Functions | |||
If statement and Isblank statement | Excel Worksheet Functions |