Cross-sheet formula with checkbox
Hello all,
I am trying to create a cross-sheet summary metrics sheet that counts data based on Status and whether a box is checked. If the "Project?" column check box is checked AND the Status is (for example) In Progress, I'd like this formula to count the number of instances. No matter what I try for the checkbox (true, 1, checked), I get UNPARSEABLE. Is this formula possible?
Thank you!
Best Answers
-
Hi @Tamara Cook
There's some remaining brackets in your formula that are creating the #UNPARSEABLE. Just remove and you'll be fine:
=COUNTIFS({BIM Project}, 1, {BIM Status}, "In Progress")
Hope it helped!
-
@David Joyeuse that worked perfectly. What a silly mistake on my part. Thank you so much!
Answers
-
Hi @Tamara Cook
There's some remaining brackets in your formula that are creating the #UNPARSEABLE. Just remove and you'll be fine:
=COUNTIFS({BIM Project}, 1, {BIM Status}, "In Progress")
Hope it helped!
-
@David Joyeuse that worked perfectly. What a silly mistake on my part. Thank you so much!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 207 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 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!