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
- Smartsheet Customer Resources
- 63.6K Get Help
- 403 Global Discussions
- 215 Industry Talk
- 455 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 56 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 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!