I need to find a way to notify myself if someone's name appears 5 times in a column
I have tried a number of ways with countifs, countif, match and others. I can't get it to work. Help would be greatly appreciated
Answers
-
You can try this one:
=COUNTIFS(Offender:Offender, FIND(Offender@row, @cell) > 5)
You can also change the "> 5" to "> 0" and it will count how many times the name populates in the column depending on what your needs are.
-
To be quite frank, I do am extremely naïve to this so I don't understand that @row or @cell means.
-
No problem. There's lots of great articles on how to use those functions but they can be very useful.
Basically, its scanning your column "Offender" and searching for the name of the Offender to the left, assuming you are inputting this formula in the # of Offenses column.
So it scan down the entire column, looking at each cell '@cell', to match the name and then counting it. You can either set it to 0 to count every time it finds the name in the cell in that column or you can set it to 5 and it will tell you how many times it sees it more than 5 times.
@row takes the place of needing to assign a cell number, such as Offender10.
Hope this helps.
-
-
Nic Larsen, =COUNTIFS(Offender:Offender, FIND(Offender@row, @cell) > 0) this worked fantastically! thank you so much. Now, how do I make it to where the blank cells in Offender are not counted?
-
Try something like this.
=COUNTIFS(Offender:Offender; FIND(Offender@row; @cell) > 0; Offender:Offender; <>"")
Did that work/help?
I hope that helps!
Be safe and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K 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
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!