Count if formula for starred/checkbox - help!

This might be a silly question but I'm stuck...a little rusty! I am trying to do a count formula for a dashboard that has a summary of how many sites are activated using this column whenever it's starred.
The formula will be on a separate sheet used for dashboard metrics. Is it
=COUNTIF(Sheet reference), HAS(@cell))
I know this is wrong but I'm stuck. Would love some help!
Best Answer
-
Try this instead:
=COUNTIFS({Sheet reference}, @cell = 1)
Answers
-
Hello,
Is this what you're going for?
=COUNTIF({Site Activated Column}, 1)
Update {Site Activated Column} with the appropriate reference.
The 1 indicates TRUE, so it counts how many are stared.
https://www.linkedin.com/in/zchrispalmer/
-
Try this instead:
=COUNTIFS({Sheet reference}, @cell = 1)
-
Ahhh this worked! I completely forgot about the "1", thank you both so much and for being so fast!!! 🙏
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 203 Use Cases
- 515 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!