+ Reply to Thread
Results 1 to 3 of 3

Using Index and Match to lookup a value in a grid

  1. #1
    Registered User
    Join Date
    03-23-2012
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    37

    Using Index and Match to lookup a value in a grid

    I am trying to make a guitar capo chart for a friend. I need excel to see the value in B1 and B3 then find the value in the first table. B4 should end up saying "A" in this example. Is this possible?

    Capo.xlsx

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Using Index and Match to lookup a value in a grid

    use..

    =INDEX($A$6:$M$18,MATCH($B$1,$A$6:$A$18,0),MATCH(B$3,$A$6:$M$6,0))
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    03-23-2012
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    37

    Re: Using Index and Match to lookup a value in a grid

    Thanks! That Works

+ 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