Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=SUMIF($F$6:$F$2000,$O8,$G$6:$G$2000)*AND($M$6:$M$ 2000<=60)
This formula is ignoring the last AND statement...Please Help Thanks Adam |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
See if this is what you want:
=SUMPRODUCT(--($F$6:$F$2000=$O8),--($M$6:$M$2000<=60),$G$6:$G$2000) Regards, Paul wrote in message ups.com... =SUMIF($F$6:$F$2000,$O8,$G$6:$G$2000)*AND($M$6:$M$ 2000<=60) This formula is ignoring the last AND statement...Please Help Thanks Adam |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SUMIF | Excel Discussion (Misc queries) | |||
sumif for multi conditions. i.e sumif(A1:A10,"Jon" and B1:B10,"A" | Excel Worksheet Functions | |||
Embedding a Sumif in a sumif | Excel Worksheet Functions | |||
nested sumif or sumif with two criteria | Excel Worksheet Functions | |||
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function | Excel Worksheet Functions |