+ Reply to Thread
Results 1 to 2 of 2

Using Offset inside a Vlookup

  1. #1
    Registered User
    Join Date
    03-31-2010
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2003
    Posts
    1

    Using Offset inside a Vlookup

    Can anyone help me figure out how to use the offset function inside a vlookup?

    eg. if this was the table (table also attached)

    Row 1: Group 1 | Parameter 1 | A B C
    Row 2: | Parameter 2 | D E F
    Row 3: | Parameter 3 | G H I

    How would i vlookup "Group 1" and return "F" ?

    Appreciate any help.
    Attached Files Attached Files
    Last edited by tibzy; 03-31-2010 at 07:19 AM.

  2. #2
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,444

    Re: Using Offset inside a Vlookup

    Perhaps something like this:

    =INDEX($C$2:$F$4,1+MATCH("Group 1",A2:A4,0),3)
    Rule 1: Never merge cells
    Rule 2: See rule 1

    "Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".

+ 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