+ Reply to Thread
Results 1 to 2 of 2

Pulling additional information after Vlookup

  1. #1
    Registered User
    Join Date
    10-15-2015
    Location
    Peoria, Illinois
    MS-Off Ver
    2010
    Posts
    1

    Pulling additional information after Vlookup

    What I have:

    I have 2 sheets. On Sheet 1, I have a list of 20 numbers (in column A) that I need to pull data for. On Sheet 2, I have a large quantity of data.
    I ran a VLookUp function (Sheet1, column B) to determine if any of my 20 numbers exist in column A of sheet 2.

    Excel.JPG

    What I need:

    If my VlookUp function returned a matching value; I want column C on sheet 1 to display the value of Column B, sheet 2, that corresponds to it.

    Attached is a very very simplified file of what I have.

    I am open to different ways of approaching this problem. Thank you in advance for any assistance!
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    02-22-2013
    Location
    London, UK
    MS-Off Ver
    Office 365
    Posts
    1,218

    Re: Pulling additional information after Vlookup

    Welcome to the board!

    Try,

    =IFERROR(VLOOKUP(A2,Sheet2!A:B,2,0),"")

    where A2 could be replaced with B2 given your current structure. Not sure why you have a column B in Sheet1.

+ 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. Replies: 1
    Last Post: 02-06-2014, 03:00 PM
  2. Additional Information Pop Up
    By PedroSantana in forum Excel General
    Replies: 1
    Last Post: 01-16-2014, 08:19 PM
  3. Subtotal with additional information.
    By jdk789 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-14-2013, 10:07 AM
  4. VLOOKUP pulling incorrect and nonexistent information.
    By Richard N in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-11-2013, 01:49 PM
  5. Getting additional information from secondary worksheet
    By stevencohen in forum Excel General
    Replies: 2
    Last Post: 08-19-2011, 05:48 PM
  6. Additional information on a different sheet
    By dmo in forum Excel General
    Replies: 2
    Last Post: 02-10-2011, 02:44 AM
  7. Replies: 2
    Last Post: 06-11-2010, 12:58 PM
  8. [SOLVED] Need your help. I need to add additional information into cells
    By Shani in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-04-2006, 02:00 PM

Tags for this Thread

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