Sumif between a range

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Help please with the following:

=SUMIF('<100'!$K:$K,">2" or "<=12",'<100'!$E:$E) or
something like between "2" and "12".


Cheers,
John
 
=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).
 
Back
Top