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.5K Get Help
- 430 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!