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
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!