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
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 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!