Isblank
i have the below formula to count "VCD" in a Column
=SUM(COUNTIFS({Hubgrade Status Range 1}, HAS(@cell, "VCD")))
I want it to also check another column and give me back the result if that is blank. Is this possible to do?
Best Answer
-
You would add in another range/criteria set to the COUNTIFS.
=COUNTIFS({Hubgrade Status Range 1}, HAS(@cell, "VCD"), {next range}, @cell = "")
Answers
-
You would add in another range/criteria set to the COUNTIFS.
=COUNTIFS({Hubgrade Status Range 1}, HAS(@cell, "VCD"), {next range}, @cell = "")
-
Thanks Paul
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.9K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 501 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 79 Community Job Board
- 511 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!