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
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!