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
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 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!