Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm guessing that the values in column D are really dates formatted as
mmm-yy--not plain old text. =sumproduct(--(a1:a99="y"), --(b1:b99="hardware"), --(text(d1:d99,"yyyymm")="200901"), (c1:c99)) 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 Mark Allen wrote: I have the following spread sheet that I need to calculate the value of if "Y" A B C D Sold Product Value Date Y Hardware $20.00 Jan-09 Y Software $50.00 Feb-09 N Hardware $50.00 Jan-09 Ok, so I want to know the "value" of the Hardware items sold "Y" in Jan-09. Do I use SUMPRODUCT Hope some one can help please. Regards Mark -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
=PRODUCT | Excel Discussion (Misc queries) | |||
What is sum product... | Excel Discussion (Misc queries) | |||
Sum product | Excel Discussion (Misc queries) | |||
Sum product | Excel Worksheet Functions | |||
Sum Product | Excel Worksheet Functions |