How to count amount of times an email address appears in the "Created By" column?
Hi, I am using a form to receive IT tickets. Within the main sheet, there is an automated "Created By" column which captures the email address of the form submitter.
I want to count the amount of times that each email address within the "Created By" column appears. If this could be done between date ranges that would also be great (i.e. in the past 6 months).
I have been looking through the community but haven't been able to sort a solution yet.
Answers
-
Hey @John Kelly
Depending on what you want to do with the output, the easiest solution is to create a report and Summarize (count) the names. A report will always be dynamic in keeping any new email addresses in the count. You can bring the data from this report in a dashboard
If you want a specific, dynamic, date range, you may need to add a helper column (checkbox) to help filter the report. For 6mos (180d) the formula to check the box if the created date was in the last 6 mos is this. If you decide on a different increment, the value can be adjusted. If the duration value will change frequently, let me know and we can come up with a better solution
=IF(Created@row>=TODAY(-180),1)
If you are unfamiliar with reports, this link might be helpful. If you want the step by step instructions, just let me know.
Kelly
-
HI Kelly,
Thanks for the info. Don't think that that works for me though. When I create a report it will summarize the amount of emails in total. What I am looking to do is to see how many times each person has added a ticket. For example, we might have 400 tickets but i want to see how many times thomas@anemail.com has added a ticket.
I have no problem adding helper columns if needed.
-
Bump
-
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!