+ Reply to Thread
Results 1 to 3 of 3

Counting Different Names in A Column... Formula?

  1. #1
    Forum Contributor
    Join Date
    07-02-2006
    Location
    Love City, USA
    Posts
    183

    Question Counting Different Names in A Column... Formula?

    Just wanted to know if there is a Formula that can count DIFFERENT names
    in a Column?

    eg.

    There may be more than 1 same name, but I dont want it counted twice:

    James
    Edward
    Max
    John
    David
    James
    James
    Lisa

    Total should = 6 (Since James is 1 person)

    Is there a formula to solve this type of count? Thanks for any help on this..

  2. #2
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996
    Try this

    For a list of names (with possible multiples) in A1:A10

    This formula returns the count of unique items:
    B1: =SUMPRODUCT((A1:A10<>"")/COUNTIF(A1:A10,A1:A10&""))

    Does that help?

    Regards,

    Ron

  3. #3
    Forum Contributor
    Join Date
    07-02-2006
    Location
    Love City, USA
    Posts
    183

    Thumbs up Thanks Ron! That Solved It

    Yes Ron, That Solved My Question... The Unique Factor..

    Thank You Very Much!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1