Formula to Count Non-Duplicate values
Hi,
I need to count the Non-Duplicate values in a given range. Could you please help me out with the formula. In the attachment 1 & 2 is not repeated in a range and I need answer as 2 via formula.
Tags:
Answers
-
You are going to need to insert a helper column (text/number) with the following column formula:
=IF(COUNTIFS(Value:Value, @cell = Value@row, 1)
Then the formula to get the count of how many are not repeated would be:
=SUM([Helper Column]:[Helper Column])
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 69 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 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!