Looking for formula to count duplicates in a column A2:A51 ignoring blanks. Formula to look through column A2:A51, ignore blanks and return duplicate counts. Desired outcome in B2. See attached sample file.
Thanks.
Looking for formula to count duplicates in a column A2:A51 ignoring blanks. Formula to look through column A2:A51, ignore blanks and return duplicate counts. Desired outcome in B2. See attached sample file.
Thanks.
Try:
![]()
=SUMPRODUCT((MATCH($A$2:$A$51,$A$2:$A$51,0)<>ROW($A$2:$A$51)-MIN(ROW($A$2:$A$51))+1)*($A$2:$A$51<>""))
Quang PT
bebo021999: Outstanding solution. Thanks a lot.
If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.
Also, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks