+ Reply to Thread
Results 1 to 2 of 2

Using Vlookup and Offset?

  1. #1
    Registered User
    Join Date
    08-06-2009
    Location
    Pennsylvannia, USA
    MS-Off Ver
    Excel 2003
    Posts
    1

    Using Vlookup and Offset?

    I'm trying to use Vlookup to report a cell, the problem is that the cell is one row down from the reference, example:

    Name Number
    John
    7
    Jane
    5

    So how do I get it to report the seven when I reference the John cell, if the number is one row down and one column over?
    Last edited by treehouse; 08-07-2009 at 12:29 AM.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Using Vlookup and Offset?

    An INDEX / MATCH should suffice, eg:

    =INDEX(B:B,MATCH(C1,A:A,0)+1)

    where A:A holds names, B:B values and your name of interest is in C1.

+ 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