+ Reply to Thread
Results 1 to 3 of 3

Index-Match Issue (I Think)

  1. #1
    Registered User
    Join Date
    05-11-2012
    Location
    Derby
    MS-Off Ver
    Excel 2007
    Posts
    8

    Index-Match Issue (I Think)

    Hi,

    I'm at my wit's end trying to sort this out!

    Using the sheet attached I need a formula that tells me the number at the top of the column, for example where Col H='AA' and Row 3=6 then 4, where Col H='BB' and Row 4=6 then 5 and so on.

    Please help before my head explodes!

    Regards,

    RickBook1.xlsx

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,149

    Re: Index-Match Issue (I Think)

    hi Rick. not really sure what you need. you need to return the Points when there is a "6" shown? how about:
    =INDEX($I$1:$Q$1,MATCH(6,I3:Q3,0))

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Registered User
    Join Date
    05-11-2012
    Location
    Derby
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: Index-Match Issue (I Think)

    Quote Originally Posted by benishiryo View Post
    hi Rick. not really sure what you need. you need to return the Points when there is a "6" shown? how about:
    =INDEX($I$1:$Q$1,MATCH(6,I3:Q3,0))
    Hi,

    Thanks for replying. That's almost what I need, but I also need to act almost as a vlookup, because the position of '6' for 'AA' is different to that of 'BB'. Essentially, I want to have a list of names (AA, BB, CC etc) and to look up the points value of '6' in each case.

    Regards,

    Rick

+ 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