rollup formulas
I have personnel sending out emails. I want to track how many total emails each person has sent in a given city
they put a checkbox after each email has sent. I would like a formula that would total the checked boxes from each person. is that a countif? countifs?
thanks,
SGF
Best Answer
-
Hi,
Regarding your second graphic - what determines the city to which the checkbox applies? Is there a separate sheet for each city or maybe another dedicated column not shown in the screen grab?
In general, you should be good with the Countifs() function. Something along the lines of:
Countifs(
[Email Sent]:[Email Sent], 1,
[Email Sent By Who]:[Email Sent By Who], "Katie Elsey")
You can substitute the name with a cell reference, and include the city condition depending on your particular sheet/column configuration.
Answers
-
Hi,
Regarding your second graphic - what determines the city to which the checkbox applies? Is there a separate sheet for each city or maybe another dedicated column not shown in the screen grab?
In general, you should be good with the Countifs() function. Something along the lines of:
Countifs(
[Email Sent]:[Email Sent], 1,
[Email Sent By Who]:[Email Sent By Who], "Katie Elsey")
You can substitute the name with a cell reference, and include the city condition depending on your particular sheet/column configuration.
-
The cities are different sheets. This is exactly what I need. Its perfect. Thanks!
SGF
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!