Hello All
Is it possible to sum a range of criteria using SUMIFS?
Many Thanks.
Hello All
Is it possible to sum a range of criteria using SUMIFS?
Many Thanks.
Try this, but why?
=SUMIFS(A1:A16,A1:A16,"<>0")
Hope this helps
If you need any more information, please feel free to ask.
However,If this takes care of your needs, please select Thread Tools from menu above and set this topic to SOLVED. It helps everybody! ....
Also
اس کی مدد کرتا ہے اگر
شکریہ کہنے کے لئے سٹار کلک کریں
If you are satisfied by any members response to your problem please consider using the small Star icon bottom left of their post to show your appreciation.
I am trying to sum all of these
=SUMIFS('Data Table'!S$7:S$200,'Data Table'!$D$7:$D$200,"{3050,3100,3150,3250,3300,3350,3360,3400}",'Data Table'!$C$7:$C$200,"{52510,52518,52519}",'Data Table'!$A$7:$A$200,"""FNE")
Try the below - note array entry required
![]()
Please Login or Register to view this content.
My Recommended Reading:
Volatility
Sumproduct & Arrays
Pivot Intro
Email from XL - VBA & Outlook VBA
Function Dictionary & Function Translations
Dynamic Named Ranges
If you are "hard coding" the criteria values into the formula you could avoid TRANSPOSE by just using ; separators in the second array constant, i.e.
=SUM(SUMIFS('Data Table'!S$7:S$200,'Data Table'!$D$7:$D$200,{3050,3100,3150,3250,3300,3350,3360,3400},'Data Table'!$C$7:$C$200,{52510;52518;52519},'Data Table'!$A$7:$A$200,"FNE"))
Audere est facere
Why do I never think of these things at the time...
(no need to answer!)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks