+ Reply to Thread
Results 1 to 5 of 5

If a Match, map Information from one sheet to another

  1. #1
    Registered User
    Join Date
    10-08-2021
    Location
    biel
    MS-Off Ver
    2019
    Posts
    38

    If a Match, map Information from one sheet to another

    Hello together,

    I have a large excel, in one cell it say match yes/no. If it says yes, I want to match the adress through a corresponding code to another sheet.
    The example is attached.
    Many thanks in advance for your help!
    Best regards
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: If a Match, map Information from one sheet to another

    Why not filter on Yes.

    After that copy and paste.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Registered User
    Join Date
    10-08-2021
    Location
    biel
    MS-Off Ver
    2019
    Posts
    38

    Re: If a Match, map Information from one sheet to another

    That would be a lot of manual labor, since I would have to then check in the other file for all the corresponding codes). In a file of about 2000 entries

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,139

    Re: If a Match, map Information from one sheet to another

    or...


    =IFERROR(IF(VLOOKUP($H2,$B:$H,2,FALSE)="Yes",VLOOKUP($H2,$B:$H,1+COLUMNS($I2:I2),FALSE),""),"")
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  5. #5
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: If a Match, map Information from one sheet to another

    in addition to your reply #3.

    After that on sheet 2 a countif for the duplicated versions.

    And after that deleted (or replace) the other (old) data.

+ 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] Need to use index match to pull information from a different sheet
    By anderem12 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-13-2020, 11:46 AM
  2. Pulling Information to a new sheet if a match
    By jambo2013 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-04-2018, 10:24 AM
  3. Replies: 3
    Last Post: 12-10-2015, 02:50 PM
  4. trying use index match to pull information from database to individual sheet
    By garvey1973 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 11-20-2015, 07:33 PM
  5. Match information from one sheet to another
    By angebis in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-17-2015, 09:23 AM
  6. option button sends information to the sheet when the names match
    By Quicksnot in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-09-2012, 02:44 PM
  7. [SOLVED] URGENT Pls help - Copying information from sheet 1 to sheet 2 base on a match of a value
    By 5er3ne in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-26-2012, 08:39 AM

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