Formula Question
Hello Smartsheet Community!
I was wondering if someone could help me out with a Formula. I am trying to figure out total number of Art Shop requests by Assigned To. I know how to write a formula to count individuals, but it's not counting individuals when you have multiple people assigned to an Art Shop. For example, if I use the formula =COUNTIF([Assigned To]:[Assigned To], "Brian Elliott") it will only return a count of 1. However, if you look at the screen shot, Brian is assigned to a project on line 5 and 7. Any help would be greatly appreciated.
Best Answer
-
Try incorporating a HAS function.
=COUNTIF([Assigned To]:[Assigned To], HAS(@cell, "Brian Elliott"))
Answers
-
Try incorporating a HAS function.
=COUNTIF([Assigned To]:[Assigned To], HAS(@cell, "Brian Elliott"))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!