+ Reply to Thread
Results 1 to 3 of 3

I want find duplicates entry after first entry in list b from list a

  1. #1
    Forum Contributor
    Join Date
    07-21-2011
    Location
    Bangalore,India
    MS-Off Ver
    Excel 2007,2010,2016
    Posts
    695

    I want find duplicates entry after first entry in list b from list a

    I have value in two column column a contans some value towards b column
    a 11
    a 11
    a 12 new entry - a
    b 22
    b 23 new entry b
    b 24 new entry b

    first entry value consider as new entry any new values enter consider as new entry with value of lookup.

    Please find the attachment
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    04-26-2013
    Location
    Canada
    MS-Off Ver
    Excel 2007
    Posts
    167

    Re: I want find duplicates entry after first entry in list b from list a

    hi..sorry, what do you try to acheive exaclty?

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: I want find duplicates entry after first entry in list b from list a

    I used D so that you can compare with what you had, but you can put this in C if you want, after you test it. copy down...

    =IF(B2="","",IF(A2=A1,IF(B2=B1,"","New Entry - "&A2),""))
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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