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!!! 🙏
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!