Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
need to sum a column based on 2 criteria:
this returns zero =SUM(IF(AND(A3:A183="GR",I3:I183<0),I3:I183)) -- Gary |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=SUMPRODUCT(--(A3:A138="GR"),--(I3:I183<0),I3:I183)
-- HTH Bob Phillips (remove nothere from the email address if mailing direct) "Gary Keramidas" <GKeramidasATmsn.com wrote in message ... need to sum a column based on 2 criteria: this returns zero =SUM(IF(AND(A3:A183="GR",I3:I183<0),I3:I183)) -- Gary |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
thanks, bob
-- Gary "Bob Phillips" wrote in message ... =SUMPRODUCT(--(A3:A138="GR"),--(I3:I183<0),I3:I183) -- HTH Bob Phillips (remove nothere from the email address if mailing direct) "Gary Keramidas" <GKeramidasATmsn.com wrote in message ... need to sum a column based on 2 criteria: this returns zero =SUM(IF(AND(A3:A183="GR",I3:I183<0),I3:I183)) -- Gary |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Commenting custom formula fields/formula on formula editor | Excel Programming |