Need help with a formula for counting
I have a sheet that is populated by a form. Form is completed at a front desk for when employees forget their ID badge.
I need a formula to count when an employee forgets their badge 3 or more times within a 3 month period. (Unique column to count would be their email column)
Answers
-
Hi,
Hope you are having a fantastic Monday!
I typically use the Pivot App for this type of solution. As long as you have date and name (or email) columns, you can run the pivot to update automatically. Set the name as rows and date as columns then you can count the name.
Does this work?
Darla Brown
What you meditate on, you empower!
Overachiever - Core Product Certified - Mobilizer - EAP
-
Something along the lines of:
=COUNTIFS([Employee contact]:[Employee contact], [Employee contact]@row, Date:Date, (@cell >= TODAY(-90)))
You can do it to be months rather than days, but the formula would end up being a bit more complex due to year end/starts.
Hope this helps, if you've any problems/questions then just post!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!