SUMIFS with is blank and does not contain
Hi, Could anyone help?
I need a sumifs with two criteria in two different columns, Column A Is Blank and Column B does not contain.
Any help?
Answers
-
There is an ISBALNK function you can use for Column A criteria
ISBLANK(@cell)
and you can combine NOT and CONTAINS for the Column B criteria
NOT(CONTAINS("specific text", @cell))
-
@Paul Newcome Many thanks, I wasn't sure how to format that formula. Appreciate you taking the time to answer.
I got another answer as follows for anyone who has the same issue, works perfectly.
=SUMIFS([SumRange]:[SumRange], [Criteria1Range]:[Criteria1Range], NOT(CONTAINS("Criteria", @cell)), [Criteria2Range]:[Criteria2Range], ISBLANK(@cell))
-
@Lisa B 2022 That's exactly what I was talking about. One criteria is ISBLANK(@cell) and the other criteria is NOT(CONTAINS("specific text", @cell))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 430 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!