Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Help please with the following:
=SUMIF('<100'!$K:$K,"2" or "<=12",'<100'!$E:$E) or something like between "2" and "12". Cheers, John |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=sumproduct((rngA2)*(rngA<=12)*rngB)
-- Don Guillett SalesAid Software "John" wrote in message ... Help please with the following: =SUMIF('<100'!$K:$K,"2" or "<=12",'<100'!$E:$E) or something like between "2" and "12". Cheers, John |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=sumif('<100'!$k:$k,"=2") - sumif('<100'!$k:$k,"12")
Will include 2's and 12's in the sum. I'm not sure what should happen at those values (2 and 12). John wrote: Help please with the following: =SUMIF('<100'!$K:$K,"2" or "<=12",'<100'!$E:$E) or something like between "2" and "12". Cheers, John -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I misread the question.
=SUMIF($K:$K,"=2",E:E) - SUMIF($K:$K,"12",E:E) Dave Peterson wrote: =sumif('<100'!$k:$k,"=2") - sumif('<100'!$k:$k,"12") Will include 2's and 12's in the sum. I'm not sure what should happen at those values (2 and 12). John wrote: Help please with the following: =SUMIF('<100'!$K:$K,"2" or "<=12",'<100'!$E:$E) or something like between "2" and "12". Cheers, John -- Dave Peterson -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SUMIF when using a range with critera | Excel Discussion (Misc queries) | |||
sumif() using range name | Excel Worksheet Functions | |||
How to use a range in SUMIF? | Excel Worksheet Functions | |||
Sumif and a range | Excel Worksheet Functions | |||
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function | Excel Worksheet Functions |