What COUNTIF formula can I use to count tasks assigned to each person
I need help in finding a formula that'll work. I need to count how many "Monthly Bookkeeping" and "Payroll" tasks are assigned to one each associates.
Answers
-
You should be able to do this with a report that looks at the sheet and then uses the summation features available for a report.
I am assuming that these are two different sheets and will need cross-sheet references set up, but to do it with a formula you should be able to do something like this:
=COUNTIFS({Associates}, Associated@row, {Responsibilities #1}, "Monthly Bookkeeping")
You could modify this to get your Payroll calculation as well.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!