see if duplicates

is there a way to see if a column has duplicates through an equation when there are 7000 numbers?
Best Answer
-
@Please help You can use a COUNTIF function.
=COUNTIF([Primary Column]:[Primary Column], [Primary Column]@row)
This will tell you how many of that cell is contained within the specified range.
No matter where you are in the list, the result will be the same per duplicate.
Answers
-
@Please help You can use a COUNTIF function.
=COUNTIF([Primary Column]:[Primary Column], [Primary Column]@row)
This will tell you how many of that cell is contained within the specified range.
No matter where you are in the list, the result will be the same per duplicate.
-
Can you provide some more information and/or a screenshot?
There is a fairly simple formula to count the number of instances of a value in a column, but I'm unsure what you mean by "through an equation when there are 7000 numbers".
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
Help Article Resources
Categories
Check out the Formula Handbook template!