+ Reply to Thread
Results 1 to 7 of 7

Count unique names in a column

  1. #1
    Registered User
    Join Date
    02-04-2015
    Location
    england
    MS-Off Ver
    prof
    Posts
    4

    Count unique names in a column

    I have a sheet with students details on and some of them appear more than once. All I want to be able to do is count the number of names that appear in the list excluding dupes ie if a column has Matthew, Mark, Luke, Luke, Luke and John then I just want it to count the number of unique names so the answer would be 4 in this case. I am sure it is a simple thing but I just cant figure it out! Can anyone help?

  2. #2
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,623

    Re: Count unique names in a column

    Use:
    Please Login or Register  to view this content.
    adjust the formula to cover only range with names
    Best Regards,

    Kaper

  3. #3
    Registered User
    Join Date
    07-10-2014
    Location
    England
    MS-Off Ver
    Office 2010
    Posts
    13

    Re: Count unique names in a column

    Hi Hilary

    You can use the following array formula (type it in the box and then press CTRL+SHIFT+ENTER and Excel will place { } curly brackets around it), where A1:A9 would need to be replaced with the range that includes your names.

    Please Login or Register  to view this content.

  4. #4
    Forum Contributor
    Join Date
    03-17-2005
    Location
    Canterbury, Kent
    MS-Off Ver
    2003, 2010
    Posts
    285

    Re: Count unique names in a column

    Another array formula

    =SUM(IF(FREQUENCY(IF(LEN(A1:A10)>0,MATCH(A1:A10,A1:A10,0),""), IF(LEN(A1:A10)>0,MATCH(A1:A10,A1:A10,0),""))>0,1))

  5. #5
    Registered User
    Join Date
    02-04-2015
    Location
    england
    MS-Off Ver
    prof
    Posts
    4

    Re: Count unique names in a column

    thanks you!! I knew I could count on all your expertise!! If only I knew how more........

  6. #6
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,649

    Re: Count unique names in a column

    If that takes care of your original question, please mark your thread as Solved by selecting Thread Tools (just above your first post) --> Mark thread as solved.

    You may also say thanks to those who have put their time and efforts to help you in this forum by clicking the Add Reputation link under their posts, another way to say thanks.
    Regards
    sktneer


    Treat people the way you want to be treated. Talk to people the way you want to be talked to.
    Respect is earned NOT given.

  7. #7
    Forum Contributor
    Join Date
    01-28-2014
    Location
    Turkey
    MS-Off Ver
    Excel 2013
    Posts
    159

    Re: Count unique names in a column

    Alternative

    Please Login or Register  to view this content.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Count unique occurences in one column with unique occurances in another column
    By 21stCenturyLessons in forum Excel General
    Replies: 5
    Last Post: 07-12-2014, 08:44 AM
  2. [SOLVED] Find unique names and count their status
    By webstmonkey in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-14-2013, 01:17 AM
  3. Count Number of Unique Names in a List
    By acewriter63 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 10-09-2012, 09:12 AM
  4. Count Unique Names in Pivot Table
    By rlsublime in forum Excel General
    Replies: 2
    Last Post: 08-24-2012, 12:47 PM
  5. Count per unique dates and names
    By ElmerS in forum Excel General
    Replies: 4
    Last Post: 07-09-2009, 04:40 PM

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