Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi I want to sum column D if column a=x and colum b=y (both terms in columns
a & b must be fulfilled) I nortmally use sumif but then i can only have one term, now i want two different, what formula should I use then? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUMPRODUCT(--(A2:A200="x"),--(B2:B200="y"),D2:D200)
SUMPRODUCT works on explicit ranges, not whole columns, in all versions prior to Excel 2007. -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "FreddieP" wrote in message ... Hi I want to sum column D if column a=x and colum b=y (both terms in columns a & b must be fulfilled) I nortmally use sumif but then i can only have one term, now i want two different, what formula should I use then? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
i don;t know the correct terms but need help please! | Excel Discussion (Misc queries) | |||
Error Terms | Excel Discussion (Misc queries) | |||
how do i look up terms in excel? | Excel Discussion (Misc queries) | |||
Terms customer is using-What do they mean? | Excel Discussion (Misc queries) | |||
Please Explain in Lamen's Terms | Excel Worksheet Functions |