+ Reply to Thread
Results 1 to 2 of 2

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 08:44 PM.

  2. #2
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    Office 2021
    Posts
    2,237

    Re: VLOOKUP or Index + Match?

    try this,

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

    __________________________________
    "Feedback is the breakfast of champions"

+ 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.6.0 RC 1