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
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 138 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 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!