+ Reply to Thread
Results 1 to 4 of 4

Index-Match formula tied to Cell value

  1. #1
    Forum Contributor
    Join Date
    09-09-2009
    Location
    Columbus. Ohio
    MS-Off Ver
    Excel 2000
    Posts
    199

    Index-Match formula tied to Cell value

    I am trying to get an Index-Match formula to search a different sheet depending on the value selected in a particular cell using a dropdown list.

    See the attached workbook.


    Thanks

    Jim O
    Attached Files Attached Files
    Last edited by Jogier505; 12-28-2009 at 03:50 PM.

  2. #2
    Banned User!
    Join Date
    10-14-2006
    Posts
    1,211

    Re: Index-Match formula tied to Cell value

    =vlookup(c8,indirect(c5&"!a2:g33"),6,)

    =vlookup(c8,indirect(c5&"!a2:g33"),5,)
    Last edited by teylyn; 12-28-2009 at 04:10 PM. Reason: deleted spurious quote

  3. #3
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Index-Match formula tied to Cell value

    keeping with index /match
    in c11
    =INDEX(INDIRECT(C5&"!F$2:F$33"),MATCH($C$8,INDIRECT(C5&"!A$2:A$33"),0))
    in c12
    =INDEX(INDIRECT(C5&"!E$2:E$33"),MATCH($C$8,INDIRECT(C5&"!A$2:A$33"),0))
    Last edited by martindwilson; 12-28-2009 at 03:34 PM.
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  4. #4
    Forum Contributor
    Join Date
    09-09-2009
    Location
    Columbus. Ohio
    MS-Off Ver
    Excel 2000
    Posts
    199

    Re: Index-Match formula tied to Cell value

    Thank you both. That is just what I was looking to achive.

    Jim O

+ 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