+ Reply to Thread
Results 1 to 2 of 2

duplicate Values

  1. #1
    Registered User
    Join Date
    03-23-2009
    Location
    Delhi
    MS-Off Ver
    Excel 2003
    Posts
    55

    duplicate Values

    Hi Friends,

    I have list of employees as mentioned below :

    Alex
    John
    Home
    Alex
    Sweet

    Now what I want is, I want to calculate total number of employees, if I calculate the above employees - excel will show me 5 but actual it is 4 because Alex is coming in 2 times, so what I want is excel will calculate the total number of employees excluding duplicate entries.

    Could you please help me in this.

    Regards
    Ravi

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: duplicate Values

    You can count along the lines of:

    =SUMPRODUCT((A1:A5<>"")/COUNTIF(A1:A5,A1:A5&""))

+ 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