Hi,
I am trying to do a sumifs, and exclude 3 names. When I just exclude 1 name it works. Not sure how to adjust my formula.
![]()
=SUM(SUMIFS($V$2:$V$1332,$K$2:$K$1332,"<>eem",$K$2:$K$1332,"<>MERRI12Y LX","<>MERRI1HT LX))
Thanks
Hi,
I am trying to do a sumifs, and exclude 3 names. When I just exclude 1 name it works. Not sure how to adjust my formula.
![]()
=SUM(SUMIFS($V$2:$V$1332,$K$2:$K$1332,"<>eem",$K$2:$K$1332,"<>MERRI12Y LX","<>MERRI1HT LX))
Thanks
You don't need the SUM part, and you left out the criteria range for the 3rd criteria, and left off a quote mark at the very end...
Try
=SUMIFS($V$2:$V$1332,$K$2:$K$1332,"<>eem",$K$2:$K$1332,"<>MERRI12Y LX",$K$2:$K$1332,"<>MERRI1HT LX")
Have you tried it without SUM(...)? You only need the SUMIFS formula, don't you?
Ali
Enthusiastic self-taught user of MS Excel who's always learning!
Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.
NB: as a Moderator, I never accept friendship requests.
Forum Rules (updated August 2023): please read them here.
or this
Formula:
=SUM(SUMIFS($V$2:$V$1332,$K$2:$K$1332,{"<>eem","<>MERRI12Y LX","<>MERRI1HT LX"}))
If you like my answer please click on * Add Reputation
Don't forget to mark threads as "Solved" if your problem has been resolved
"Nothing is so firmly believed as what we least know."
--Michel de Montaigne
@AlKey
That syntax only works for multiple = critera
Won't work for multiple <> criteria
Because it works like an OR.
=SUM(SUMIFS($V$2:$V$1332,$K$2:$K$1332,"<>eem",$K$2:$K$1332,"<>MERRI12Y LX",$K$2:$K$1332,"<>MERRI1HT LX"))
should do it...
Duhhh. I forgot to refresh before posting. You already have a answer!!
Glenn
None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU
Try something like this formula that sums $V$2:$V$1332 and subtracts all $V$2:$V$1332 where the Col_K value equals one of the list items:
Is that something you can work with?![]()
=SUM($V$2:$V$1332)-SUMPRODUCT(SUMIF($K$2:$K$1332,{"eem","MERRI12Y LX","MERRI1HT LX"},$V$2:$V$1332))
Thank you all
You're welcome.
I like Ron's logical solution..
Hi all,
What about if I have around +200 criterias and I would like to exclude 80 of them?
Does anyone has a logic for this case?
Thanks
Administrative Note:
Welcome to the forum.
We are happy to help, however whilst you feel your request is similar to this thread, experience has shown that things soon get confusing when answers refer to particular cells/ranges/sheets which are unique to your post and not relevant to the original.
Please see Forum Rule #4 about hijacking and start a new thread for your query.
If you are not familiar with how to start a new thread see the FAQ: How to start a new thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks