Countifs with Check mark
Hello,
I am trying to use the countifs formula to return calculated value based on status of progress and if client field is checked. Below is the formula I am using, however receiving the #unparseable error. Any idea?
The formula works when i have only one condition, however its returning the error when I add the client checkmark column in the equation.
=COUNTIFS(Status:Status, [Task Name]3),([Client]:[Client],=1)
Answers
-
Just need to move your parentheses. You are closing your COUNTIFS statement before your second criterion.
=COUNTIFS(Status:Status, =[Task Name]3, Client:Client, =1)
-
@JamesB I tried plugging in the formula you recommended and unfortunately still receiving the same error. Feel like i am missing something else. Any additional suggestion?
Basically i am wanting to count all the task that are " Not Started (task3)" & have a check mark.
=COUNTIFS(Status7:Status118, [Task Name]3, Client: Client,=1)
-
Please see the attached below. If you are specifically looking for not started, you can use "Not Started" as a lookup value.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!