COUNTIFS formula question
I'm trying to count items on a sheet if they meet a certain criteria and contain a name and put that value on a different sheet.
I'm using this formula =COUNTIFS({MT Rollup Sheet IT Lead}, CONTAINS($Label@row), AND {MT Rollup Sheet Project Status}, "Active") and receive an UNPARSED error.
I want to count how many active projects contain the name in the Label column cell. Unfortunately on the source sheet there can be multiple names in the cell on the IT Lead column.
So both Capitan America AND Iron Man can be assigned to the same project. I want my formula to count all of the rows where the IT Lead column contain Iron Man AND the Project Status column is Active.
My source sheet is MT Rollup Sheet and my destination where I'm putting my formula is MT Metrics.
Oh yeah, I also tried this formula: =COUNTIFS({MT Rollup Sheet IT Lead}, CONTAINS($Label@row), {MT Rollup Sheet Project Status}, "Active") and received INVALID OPERATION error.
Thank you so much for any assistance!
Tammy Sutton, CSM, CSPO
Project Manager | MilkTracker
AngelEye Health
Answers
-
=COUNTIFS( {MT Rollup Sheet IT Lead}, CONTAINS($Label@row), {MT Rollup Sheet Project Status}, "Active")
...
-
Your second one is closest. We just need a "range" for the CONTAINS function which would be "@cell".
=COUNTIFS({MT Rollup Sheet IT Lead}, CONTAINS($Label@row, @cell), {MT Rollup Sheet Project Status}, "Active")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!