• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Mulitple negative conditions SUMIFS

Hi

I sumifs'ed for these values

Apples Oranges Pears Kiwis Bananas Peaches

and now I would like to sum all others which are none of the above.

I can manage one with eg adding "<>Apples" but i can't manage more than one.

Any suggestions anyone? Any help would be much appreciated!
 
Hi,


Take the sum of all of the values (eg SUM(A:A)) and then subtract the SUMIF(s) values of apples, oranges etc... which you've already calculated.
 
Back
Top