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
- Customer Resources
- 64.8K Get Help
- 434 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