Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to use the function sumif. but I have two condition.
sumif(sheet1!a2:a100, sheet2!B2, Sheet1!D2:D100) based on this, I want to add that when Sheet1!a2:a100 = Sheet2!B2, the value on that row of column C must be larger than zero. How can I do? Thanks at advanced! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUMPRODUCT(--(Sheet1!A2:A100=Sheet2!B2),--(Sheet1!C2:C1000),Sheet1!D2:D100)
-- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "ViestaWu" wrote in message ... I want to use the function sumif. but I have two condition. sumif(sheet1!a2:a100, sheet2!B2, Sheet1!D2:D100) based on this, I want to add that when Sheet1!a2:a100 = Sheet2!B2, the value on that row of column C must be larger than zero. How can I do? Thanks at advanced! |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
=SUMPRODUCT((Sheet1!$A$2:$A$100=Sheet2!$B$2)* (Sheet1!$C$2:$C$1000)*Sheet1!$C$2:$C$100) -- Regards Roger Govier "ViestaWu" wrote in message ... I want to use the function sumif. but I have two condition. sumif(sheet1!a2:a100, sheet2!B2, Sheet1!D2:D100) based on this, I want to add that when Sheet1!a2:a100 = Sheet2!B2, the value on that row of column C must be larger than zero. How can I do? Thanks at advanced! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sumif with or< condition | Excel Discussion (Misc queries) | |||
sumif with or< condition | Excel Worksheet Functions | |||
SUMIF - Compound Condition | Excel Discussion (Misc queries) | |||
sumif on more than one condition | Links and Linking in Excel | |||
Is it possible to specify multiple condition with SUMIF? | Excel Worksheet Functions |