Thread: SUMIF
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
RagDyeR RagDyeR is offline
external usenet poster
 
Posts: 3,572
Default SUMIF

Try this:

=Sumproduct((E51:E56<0101)*(E51:E56<0148)*O51:O5 6)


--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"Brad Bross" wrote in message
...
I have a formula with criteria which excludes "0148" from the sum.
=SUMIF(E$51:E$56,"<0148",O$51:O$56). I would also like a formula which
would exclude both "0148" and "0101" from the sum. I tried many variations
e.g. =SUMIF(E$51:E$56,"<0101AND<0148",O$51:O$56) to get this to work and
cannot obtain the correct results. Thx for your help.

Brad Bross