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.7K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 468 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 64 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!