Duplicates, can I count the Original but ignore 2nd, 3rd etc
Hi
I had a look but couldn't find the answer.
I am trying to do simple reports and formula Counts, but trying to ignore any duplicates.
Example below, I am only interested in counting the first time a name appears, so the count would equal 5 Names, ignoring where there is a second or third.
Names
Andrew
Dave
Phil
Sarah
Phil
George
Dave
Dave
Tags:
Comments
-
easiest way is a helper column
first cell of the helper is:
=if(countif(Names$1:Names1,Names@row)=1,1,0))
Then its just an easy count formula
=count(helper:helper)
-
There is an extra closing Parenthesis tacked on to the end there...
=IF(COUNTIF(Names$1:Names1, Names@row) = 1, 1, 0)
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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!