+ Reply to Thread
Results 1 to 3 of 3

Match columns between sheets and use corresponding data

  1. #1
    Registered User
    Join Date
    02-05-2013
    Location
    Irvine, CA
    MS-Off Ver
    Excel 2010
    Posts
    2

    Match columns between sheets and use corresponding data

    Hi!

    First post here.

    I have two sheets in the same workbook. On the first sheet, I have a list of numbers (Sheet1, Column A). On the second sheet I have a list of numbers (Sheet2, Column E) with first and last names (Sheet 2, Columns B & C) corresponding to the numbers in Column E. If the number in Sheet1,ColumnA matches Sheet2,ColumnE, I want to put the contents of the corresponding Sheet2, Column B & C info into Sheet1, Column B & C.

    Please help.

    Thanks!

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Match columns between sheets and use corresponding data

    hi SidVicious, welcome to the forum. maybe something like:
    =INDEX(Sheet2!B$2:B$4,MATCH($A2,Sheet2!$E$2:$E$4,0))

    or to handle errors, then
    =IFERROR(INDEX(Sheet2!B$2:B$4,MATCH($A2,Sheet2!$E$2:$E$4,0)),"")

    adjust the range to your needs
    Attached Files Attached Files

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Registered User
    Join Date
    02-05-2013
    Location
    Irvine, CA
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Match columns between sheets and use corresponding data

    Thank you! Had to adjust for the list length and the sheet names, but worked like a charm.

+ 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