Countif with Checkboxes
Lori Khoury
✭✭✭✭✭
I need help doing a countif with checkboxes. I have a formula
I need to countif in column Project if it has a value of Yes and column Parent Task is check. I also need it to countif column Project also has a value of partial. This formula worked until I tried to add the Parent Task column equaling 1. Anybody know what I am doing wrong?
=COUNTIF(Project1:Project298, "Yes", [Parent Task]1:[Parent Task]298, 1) + COUNTIF(Project1:Project298, "Partial")
Tags:
Comments
-
Hi Lori, you are really close. Your first countif has multiple criteria which would call for countifs. Try that?
=COUNTIFS(Project1:Project298, "Yes", [Parent Task]1:[Parent Task]298, 1) + COUNTIF(Project1:Project298, "Partial")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!