Help counting duplicaes in a column but not blanks
Hello, I want to count duplicates in a column but not count blanks. Any assistance appreciated. Az
This formula works but it counts the blank cells
=COUNTIF([Name (Last, First)]:[Name (Last, First)], [Name (Last, First)]@row)
This formula results in all '1's but doesn't count blanks.
=IF(COUNTIFS([Name (Last, First)]:[Name (Last, First)], [Name (Last, First)]@row, [Name (Last, First)]:[Name (Last, First)], NOT(ISBLANK(@cell))) > 1, 1)
Best Answer
-
=COUNTIFS([Name (Last, First)]:[Name (Last, First)], [Name (Last, First)]@row, [Name (Last, First)]:[Name (Last, First)], NOT(ISBLANK(@cell)))
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Answers
-
=COUNTIFS([Name (Last, First)]:[Name (Last, First)], [Name (Last, First)]@row, [Name (Last, First)]:[Name (Last, First)], NOT(ISBLANK(@cell)))
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 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!