Help with formula - COUNTIF and ISBLANK
Hello! I'm looking for help with a formula that is on a dashboard metrics sheet that is summarizing some numbers. I took a screenshot of the formula — essentially I'm looking to count all the # of sites in a specific Cohort but I also want to make sure it doesn't count any sites that are marked inactive in the main sheet.
I took a screenshot of the dropdown "inactive status" column in the main sheet. I'm stuck on how to write the formula...I use the "ISBLANK" one right?
So:
=COUNTIF({Master Data Sheet Group Assignment}, HAS(@cell, [Primary Column]@row), {Master Data Sheet Inactive Status, ISBLANK
and do I put @cell? what do I reference here?
please and thank you!
Best Answer
-
You need a COUNTIFS (with the "S" on the end) to allow for multiple range/criteria sets.
As for the ISBLANK and @cell question, the @cell goes inside the ISBLANK function.
{Range}, ISBLANK(@cell)
Answers
-
You need a COUNTIFS (with the "S" on the end) to allow for multiple range/criteria sets.
As for the ISBLANK and @cell question, the @cell goes inside the ISBLANK function.
{Range}, ISBLANK(@cell)
-
This worked thank you!! I get caught up in the little things, I appreciate the help :)
-
Happy to help. 👍️
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.1K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 450 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 289 Events
- 34 Webinars
- 7.3K Forum Archives