Sheet Summary CountIfs with Multi-contact fields
Hi,
Is it possible to use a countIfs in a Sheet Summary referencing multi-contact fields? I would like to count the number of instance "Employee X" is in the responsible field column. However, i can't seem to get it to work. I tried using both Has and Contains function in conjuction with countIfs and no luck!
Has Formula
=COUNTIFS([Responsible:]:[Responsible:], Has([Responsible:]:[Responsible:], "Employee X"), [End Date]:[End Date], <>"")
=COUNTIFS([Responsible:]:[Responsible:], HAS(@row, "Employee X"), [End Date]:[End Date], <>"")-Resulted in Unparseable
Contains Formula
=COUNTIFS([Responsible:]:[Responsible:], CONTAINS("Employee X ", [Responsible:]:[Responsible:]), [End Date]:[End Date], <>"")
I found a similar question, but i wasn't able to get it to work for me
https://community.smartsheet.com/discussion/73687/multiple-select-contact-column-sheet-summary
Best Answer
-
Try:
=COUNTIFS([Responsible]:[Responsible], Has(@cell, "Employee X"), [End Date]:[End Date], ISDATE(@cell))
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Answers
-
Try:
=COUNTIFS([Responsible]:[Responsible], Has(@cell, "Employee X"), [End Date]:[End Date], ISDATE(@cell))
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
Thanks Mark for the quick response. I got so fed up i closed the app and was going to try again tomorrow. But, your quick and correct response got me going again. Thanks!!!
-
I noticed misplaced : in my 1st response. Edited and correct now. Should work. Good luck. Never give up.
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.5K Get Help
- 434 Global Discussions
- 153 Industry Talk
- 494 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 506 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 37 Webinars
- 7.3K Forum Archives