SUMIF

  • Thread starter Thread starter Avner Mediouni
  • Start date Start date
A

Avner Mediouni

I would like to know if it is possible to use SUMIF function to sum number
that are BETWEEN two condition
(i.e. =SUMIF(A1:A10,">3 & <10",B1:B10)

Sincerely yours
Avner Mediouni
R&D Physicist
e-mail: (e-mail address removed)
 
Avner

One way:

=SUMPRODUCT((A1:A10>3)*(A1:A10<10)*B1:B10)

--
Best Regards
Leo Heuser
MVP Excel

Followup to newsgroup only please.
 
You're welcome, Avner.
We like to be on first names in the groups :-)
It's more relaxed.

LeoH
 
Back
Top