Thread
:
SUMIFS and OR
View Single Post
#
5
Posted to microsoft.public.excel.misc
Herbert Seidenberg
external usenet poster
Posts: 1,180
SUMIFS and OR
The same format applies.
Just OR the same column two (or more) times.
=SUM(AA)-SUMIFS(AA,BB,"<B",BB,"<E") =404
=SUMPRODUCT(AA*NOT(NOT(BB="B")*NOT(BB="E"))) =404
Reply With Quote
Herbert Seidenberg
View Public Profile
Find all posts by Herbert Seidenberg