Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Btw, It does work, My bad.
I had an error in one of the other columns. .... "Shan" wrote: I wanted to do something similar, and it does not sum it up. Can you please help. Thanks in advance =SUMPRODUCT( --(C1:C10 1), --(C1:C10 < 2), D1:D10 ) C D 1.1 3 1.2 2 1.3 1 2.2 3 2.1 1 "Dave Peterson" wrote: Nope to =sumif() But you could use: =sumproduct(--(a1:a100<date(2006,12,1)),--(b1:b100="silic"), --(c1:c100="toronto"),(d1:d100)) Adjust the ranges to match--but you can't use whole columns (except in xl2007). =sumproduct() likes to work with numbers. The -- stuff changes trues and falses to 1's and 0's. Bob Phillips explains =sumproduct() in much more detail he http://www.xldynamic.com/source/xld.SUMPRODUCT.html And J.E. McGimpsey has some notes at: http://mcgimpsey.com/excel/formulae/doubleneg.html Farhad wrote: Hi all, i have a sheet and want to sum a column with 3 criteria like below: A B C D 1 date kind1 kind2 amount 2 1/1/2006 silic toronto 10000 3 2/1/2006 Cab Quebec 2000 . . i want to sum amounts if dates are less than a date and kind1 is for example silic and the kind2 is toronto can i use sumif? any sugestion, Thanks -- Farhad Hodjat -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
MULTIPLE CRITERIA RETURNING SUM OF RESULTS | Excel Worksheet Functions | |||
SUMIF - multiple criteria in different columns | Excel Worksheet Functions | |||
SUMIF multiple criteria | Excel Discussion (Misc queries) | |||
SUMIF with multiple criteria | Excel Worksheet Functions | |||
SUMIF in multiple columns based on other criteria in Excel? | Excel Discussion (Misc queries) |