+ Reply to Thread
Results 1 to 3 of 3

Vlookup

  1. #1
    Registered User
    Join Date
    09-10-2003
    Posts
    2

    Vlookup

    I am trying to use VLOOKLUP to match a value to a worksheet in the same workbook. The data is contained in spreadsheet #2, with column A as the number and column B as the description, I need to match this number to the number in spreadsheet#1 (listed in column F in this spreadsheet) , then return the description that matches that number from spreadsheet #2

  2. #2
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451
    You didn't say where you wanted the answer but I'll assume in column G so:

    If you want to find the answer for a number in F2, in G2 type:
    =VLOOKUP(F2,Sheet2!A$2:B$500,2,FALSE)

    Change the 500 value I used to the row number of the last cell containing data in your list on Sheet 2 (or any number you want that is higher than your last row number)

  3. #3
    Registered User
    Join Date
    09-10-2003
    Posts
    2
    Thanks - great help.

+ 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