+ Reply to Thread
Results 1 to 4 of 4

Find duplicate values and then copy adjasent vale to empty cell

  1. #1
    Registered User
    Join Date
    05-03-2012
    Location
    Cape Towon
    MS-Off Ver
    Office 365
    Posts
    20

    Find duplicate values and then copy adjasent vale to empty cell

    Hi All

    I have a formula problem : I need to find the duplicate value of column A (Serial Number) in column C (Serial Numbers) and then copy the value of the adjacent column D(Mac Address) value to Column B (Mac Address)

    I have attached a example

    Please Help.

    Thanx
    Attached Files Attached Files

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Find duplicate values and then copy adjasent vale to empty cell

    Try in B2
    =IFERROR(VLOOKUP(A2,$C$2:$D$7,2,FALSE),"")
    and copy down
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    05-03-2012
    Location
    Cape Towon
    MS-Off Ver
    Office 365
    Posts
    20

    Smile Re: Find duplicate values and then copy adjasent vale to empty cell

    Thank u
    Thank U
    Thank u

    It works

  4. #4
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Find duplicate values and then copy adjasent vale to empty cell

    If you are satisfied with the solution(s) provided, please remember to mark your thread as Solved.

    New quick method:
    Select Thread Tools (above first post on page) -> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

    Or you can use this way:
    Go to the first post
    Click edit
    Click Go Advanced
    Just below the word "Title" you will see a dropdown with the words "No prefix".
    Change to "Solved"
    Click Save

+ 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