+ Reply to Thread
Results 1 to 3 of 3

Capture Data on Another Sheet

  1. #1
    Forum Contributor
    Join Date
    11-02-2010
    Location
    Philippines
    MS-Off Ver
    Excel 2003
    Posts
    353

    Capture Data on Another Sheet

    Hello again,
    Just need help on VLOOKUP (I think).
    What I am trying to do is to populate a column (on sheet1) with data taken from sheet2 if there is a match.
    On my DUmmyExcelSheet Attached:

    I have Column A, B, C and D on Excel Sheet 1
    I have column A, B and C on Excel Sheet 2

    What I need is when I Put Data on Column D Sheet1,
    It will look for a match in column A Sheet2. If there's a match, it will copy the data from Column B and C Sheet 2 and paste it on Column B and C of Sheet 1.

    I hope I made sense ^^

    I'm sure this is easy but I'm a dummy with Excel. Hope somebody could find time to take a look. Thanks in advance.
    Attached Files Attached Files
    Last edited by Andrew.Trevayne; 06-17-2011 at 04:07 AM.

  2. #2
    Valued Forum Contributor
    Join Date
    10-13-2010
    Location
    Sunderland, England
    MS-Off Ver
    Excel 2007 (Home) / 2003 (Work)
    Posts
    740

    Re: Capture Data on Another Sheet

    You can use:

    =VLOOKUP(Sheet1!$D2,Sheet2!$A:$C,2,FALSE)
    for column B and
    =VLOOKUP(Sheet1!$D2,Sheet2!$A:$C,3,FALSE)
    for column C

    Alternatively, you could use
    =VLOOKUP(Sheet1!$D2,Sheet2!$A:$C,column(),FALSE)
    but this requires the information you're looking for to be in the same column on both sheets - which in this case works, but may not with your actual data.

  3. #3
    Forum Contributor
    Join Date
    11-02-2010
    Location
    Philippines
    MS-Off Ver
    Excel 2003
    Posts
    353

    Re: Capture Data on Another Sheet

    @brokenbiscuits Thank you. You're a genius ^^

+ 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