Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try
=SUMPRODUCT((MONTH(D6:D8)=MONTH(NOW())-1)*(E6:E8<8)) Mike "drose" wrote: If D6= 1/25/2009, D7= 1/27/2009, and D8= 1/30/2009 E6= 2, E7=16, E8= 5 the formula below is giving me (0). I would like to know the how many are less than 8 for january. The answer would be (2). Does anyone know where I have messed up? Thanks {=SUMPRODUCT(MONTH(D6:D8)=MONTH(TODAY())-1,E6:E8<8)} |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Nested Formula Giving Incorrect Answer | Excel Discussion (Misc queries) | |||
Array formula correct but end up with 0 for answer | Excel Discussion (Misc queries) | |||
Conditional Formatting not giving correct answer... | Excel Worksheet Functions | |||
Formula correct, answer wrong | Excel Discussion (Misc queries) | |||
Formula giving incorrect answer... | Excel Discussion (Misc queries) |