+ Reply to Thread
Results 1 to 3 of 3

Vlookup Data From 1 sheet to another

  1. #1
    Registered User
    Join Date
    01-10-2019
    Location
    Puerto Rico
    MS-Off Ver
    2010
    Posts
    2

    Vlookup Data From 1 sheet to another

    I inherited a pre-made worksheet which worked fine for me until I need to add another column of data to the information page that I need called back to page 2.

    The current vlookup formula is
    =IF(NOT(ISBLANK(C4)),IF(MID(C4,2,1)= "-",UPPER(VLOOKUP(C4,Team!$B$8:$D$12,2,FALSE)) & " " & UPPER(VLOOKUP(C4,Team!$B$8:$D$12,3,FALSE)),UPPER(VLOOKUP(VALUE(C4),Team!$B$8:$D$12,2,FALSE)) & " " & UPPER(VLOOKUP(VALUE(C4),Team!$B$8:$D$12,3,FALSE))),"")
    this looks up data based on a criteria ("age" in the test sheet) and returns a merged value for 2 columns ("system" and "name" in the test sheet).

    I have added a new column ("home" in the test sheet) and want to have that looked up using the same criteria used to look up the other information. I cannot for the life of me figure what part of the formula to edit.

    I added a test sheet and images to explain since I am sure I did not explain my self well.

    UPxTf7H.jpg

    9SnNXor.jpg
    Attached Files Attached Files

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Vlookup Data From 1 sheet to another

    Please try at
    E3
    =IFERROR(INDEX(Team!$E$8:$E$12,MATCH(C3,Team!$B$8:$B$12,)),"")

    D3
    =IFERROR(INDEX(UPPER(Team!$C$8:$C$12&" "&Team!$D$8:$D$12),MATCH(C3,Team!$B$8:$B$12,)),"")

  3. #3
    Registered User
    Join Date
    01-10-2019
    Location
    Puerto Rico
    MS-Off Ver
    2010
    Posts
    2

    Re: Vlookup Data From 1 sheet to another

    Quote Originally Posted by Bo_Ry View Post
    Please try at
    E3
    =IFERROR(INDEX(Team!$E$8:$E$12,MATCH(C3,Team!$B$8:$B$12,)),"")

    D3
    =IFERROR(INDEX(UPPER(Team!$C$8:$C$12&" "&Team!$D$8:$D$12),MATCH(C3,Team!$B$8:$B$12,)),"")
    Thank you this worked perfectly

+ 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. Finding data from another sheet- maybe using VLOOKUP?
    By ankitmishra01 in forum Excel General
    Replies: 3
    Last Post: 10-15-2015, 10:04 AM
  2. Replies: 6
    Last Post: 11-25-2013, 12:13 PM
  3. Vlookup to filter data from 2 sheet and compile to one sheet??
    By Superslinky in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-18-2013, 07:21 PM
  4. Replies: 0
    Last Post: 11-30-2012, 08:06 AM
  5. Linking data from sheet to sheet and VLOOKUP?
    By Christopherdj in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 11-08-2011, 11:50 AM
  6. Moving data from one sheet to the next (VLOOKUP?)
    By GriffonOki in forum Excel - New Users/Basics
    Replies: 10
    Last Post: 04-05-2010, 01:51 AM
  7. [SOLVED] VBA and use vlookup from one sheet to copy data from another sheet
    By sverre in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-09-2006, 09:24 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