Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() trying to get the count of values less than zero when a cell ="GR". i thought this would work, but it doesn't =SUMPRODUCT(A3:A183="GR")*(I3:I183<0) can someone point out what's wrong? -- Gary |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try adding some more parentheses:
=SUMPRODUCT((A3:A183="GR")*(I3:I183<0)) Gary Keramidas wrote: trying to get the count of values less than zero when a cell ="GR". i thought this would work, but it doesn't =SUMPRODUCT(A3:A183="GR")*(I3:I183<0) can someone point out what's wrong? -- Gary -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You need more brackets, something like this...
=SUMPRODUCT((A3:A183="GR")*(I3:I183<0)) -- HTH... Jim Thomlinson "Gary Keramidas" wrote: trying to get the count of values less than zero when a cell ="GR". i thought this would work, but it doesn't =SUMPRODUCT(A3:A183="GR")*(I3:I183<0) can someone point out what's wrong? -- Gary |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sumproduct with Condition OR Sumproduct with ADDRESS function - HE | Excel Discussion (Misc queries) | |||
Conditional SUMPRODUCT or SUMPRODUCT with Filters | Excel Worksheet Functions | |||
sumproduct? sumif(sumproduct)? | Excel Worksheet Functions | |||
Sumproduct help | Excel Worksheet Functions | |||
sumproduct | Excel Discussion (Misc queries) |