Count If Question
I have modified the marketing request template set. There is a report that ties back to the intake form. The intake report adds a count of 1 to the assignee for each project assigned to the assignee. The issue I am having is, if there are multiple people assigned to the filed the count if function isn't adding a count to each assignee. Is there a formula that will add one to each assignee for projects with multiple assignees? Here is the code I am using:
=COUNTIFS({GSRStatus}, Status@row, {IntakeAssignedTo}, [Primary Column]@row)
Best Answer
-
You will need a HAS function:
=COUNTIFS({GSRStatus}, Status@row, {IntakeAssignedTo}, HAS(@cell, [Primary Column]@row))
Answers
-
You will need a HAS function:
=COUNTIFS({GSRStatus}, Status@row, {IntakeAssignedTo}, HAS(@cell, [Primary Column]@row))
-
Thank you so much Paul! I appreciate your help greatly!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!