COUNTIFS formula not working
I'm trying to write a formula for my metrics summary sheet that will count the number of assignments each designer has, if that project is currently in progress.
I have a formula that works to gather the total # of assignments for each designer:
=COUNTIFS({Tasks per users}, HAS(@cell, [Primary Column]@row))
But when I try to add the additional criteria (example below) it gives me an Incorrect Argument error.
=COUNTIFS({Tasks per users}, HAS(@cell, [Primary Column]@row), {Project Status}, "In Progress")
Answers
-
Hi @krystrist
I don't think you need the "HAS @cell" part. Maybe try the below and see what happens but its probably wrong without seeing the column headers. Hopefully this helps though.
=COUNTIFS(Primary Column,[Primary Column]@row), {Project Status}, "In Progress")
Have a good day.
Matt
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!