Help with Countif Function Referecing 2 Columns on a different Sheet
I want to be able to see the count of Projects that are assigned to a specific person in one column and have a status of complete in another column. Not sure what I'm doing wrong?
=COUNTIF({Master Task & Project List Range 1}, "Crystal Oliver", {Master Task & Project List Range 2}, "Complete")
Am receiving "Incorrect Argument Set" error.
Comments
-
Hi Oliver,
Try this.
=COUNTIFS({Master Task & Project List Range 1}; "Crystal Oliver"; {Master Task & Project List Range 2}; "Complete")
The same version but with the below changes for your and others convenience.
=COUNTIFS({Master Task & Project List Range 1}, "Crystal Oliver", {Master Task & Project List Range 2}, "Complete")
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
Did it work?
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
To further expand on Andree's solution...
The issue you are running into with your original formula is that COUNTIF is designed for only ONE set of range/criteria whereas COUNTIFS (note the "S") can handle MULTIPLE sets.
I personally have gotten into the habit of only using COUNTIFS (and SUMIFS for that matter) and completely disregarding the non-S version as that allows me to further expand if needed without having to worry about forgetting to add that one little letter in.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 445 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!