+ Reply to Thread
Results 1 to 4 of 4

Duplicates by seniority

  1. #1
    Forum Contributor
    Join Date
    07-08-2009
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003
    Posts
    142

    Duplicates by seniority

    Hi,

    I have a list of students with their date of birth.

    I need to identify identical names. If their Date of birth is different, I need to name as below..

    First name - First
    second identical name - second
    Third identical name - Third & so..

    For example...

    If I have 3 peters in my class... DOB as 12.12.90, 13.12.90, 14.12.90

    Peter with 12.12.90 - should be 1st
    Peter with 13.12.90 should be 2nd
    Peter with 14.12.90 - should be 3rd...

    I use teh duplicate formula as below...
    =IF(COUNTIF($D$2:$D3,D3)=1,"first","dupes")..may be slight modification required on this..

    If you are not clear, please let me know, I will send the excell.

    Thanks
    Shadmani

  2. #2
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Duplicates by seniority

    Why not just sort the data:

    1. Level-1 sort: dates in ascending order
    2. Level-2 sort: names in ascending order
    Palmetto

    Do you know . . . ?

    You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.

  3. #3
    Forum Contributor
    Join Date
    07-08-2009
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003
    Posts
    142

    Re: Duplicates by seniority

    Hi,

    Yes. I can sort. But how will name them based on seniority ?
    There may be 3 Peters, 2 Sams, 5sara etc.,
    I need to give them as First, Second, Third etc., ?

    Thanks

  4. #4
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Duplicates by seniority

    Post a workbook showing a "before" and "after" examples, and include a clear explanation of all criteria, etc, to help with the logic of developing the solution.

+ 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