+ Reply to Thread
Results 1 to 2 of 2

Thread: VLOOKUP or Index + Match?

  1. #1
    Registered User
    Join Date
    02-04-2009
    Location
    San Diego, CA
    MS-Off Ver
    Excel 2003
    Posts
    1

    VLOOKUP or Index + Match?

    I have a requirement to extract some data which under normal circumstances
    would be easily accomplished as the formula =VLOOKUP(C2,$R$12:$T$1010,3,0) would return the correct result if R12 contained 301 and T12 contained XYZ i.e. XYZ would be returned. However, I want to return the contents of cell T13 which is always 1 rows below the match in column R.

    Any help is always appreciated!
    Last edited by WillTravelSD; 01-13-2012 at 07:44 PM.

  2. #2
    Valued Forum Contributor Haseeb A's Avatar
    Join Date
    05-24-2011
    Location
    India | Kwt
    MS-Off Ver
    2007
    Posts
    1,453

    Re: VLOOKUP or Index + Match?

    try this,

    =INDEX($T$12:$T$1010,MATCH(C2,$R$12:$R$1010,0)+1)
    HTH; Haseeb

    If your problem is solved, please say so clearly, and mark your thread as Solved:
    Forum Rules & How to Mark a thread as SOLVED

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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.2.0