+ Reply to Thread
Results 1 to 7 of 7

Index and Match Function together help.

  1. #1
    Registered User
    Join Date
    03-04-2015
    Location
    London, England
    MS-Off Ver
    Microsoft 365
    Posts
    18

    Lightbulb Index and Match Function together help.

    Hello, I am struggling with a function. I think I need to use Index+Match (as it need to match column and row, then return the result).

    First I need to Select, User from list. Let's say James for eg.
    It should then check HP route in Objective table and return answer in Objetive column in first table.
    For example: for James, it should retun me 7. (Image attached).

    =INDEX(F4:I9;MATCH(B1&A4;E3:I9;0))

    Thanks for help!

    indexmatch.PNG
    Attached Images Attached Images
    Last edited by VegetaOSX; 01-18-2018 at 09:18 PM.

  2. #2
    Forum Expert kersplash's Avatar
    Join Date
    11-22-2016
    Location
    Perth
    MS-Off Ver
    Home 2016 (Windows 10)/Work 2013 Pro Plus (Windows 10)
    Posts
    2,012

    Re: Index and Match Function together help.

    I find this guide useful when writing the formula;

    =INDEX ( Column I want a return value from , MATCH ( My Lookup Value , Column I want to Lookup against , Enter “0” ))

    EDIT - But it looks like you are trying to lookup 2 different values on X & Y, so this won't work.

  3. #3
    Registered User
    Join Date
    03-04-2015
    Location
    London, England
    MS-Off Ver
    Microsoft 365
    Posts
    18

    Re: Index and Match Function together help.

    Yeah, It should match upon user selection from COlumn and Row, then return result. But thanks for the tip anyway. Still struggling with simple Index+Match

  4. #4
    Forum Expert kersplash's Avatar
    Join Date
    11-22-2016
    Location
    Perth
    MS-Off Ver
    Home 2016 (Windows 10)/Work 2013 Pro Plus (Windows 10)
    Posts
    2,012

    Re: Index and Match Function together help.

    Think of Index/Match as the same sort of thing as Vlookup.

  5. #5
    Forum Expert ben_hensel's Avatar
    Join Date
    01-26-2012
    Location
    Northeast USA
    MS-Off Ver
    Office 365
    Posts
    2,043

    Re: Index and Match Function together help.

    You need the 2-dimensional construction of INDEX(MATCH, MATCH)

    Because you are pulling one output -- the value inside the second table -- from TWO inputs, (1) the person's name, and (2) the corresponding row value in that first table.

    put this in C6:
    Please Login or Register  to view this content.
    and pull down through C11.

    That should do it.
    Last edited by ben_hensel; 01-18-2018 at 09:35 PM.
    Click the [* Add Reputation] Button to thank people for help!
    Post Attachment: Click [Go Advanced] under the reply box; then click [Manage Attachments] to launch the attachments dialogue.
    Mark Thread Solved: Go to the top of the first post; Select [Thread Tools] dropdown; Pick the [Mark thread as Solved] option.

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

    Re: Index and Match Function together help.

    hi there. first of all, it doesn't seem like your formula matches your screenshot. but based on the screenshot, maybe:
    =INDEX(G6:J11,MATCH(A6,F6:F11,0),MATCH(B3,G5:J5,0))
    change my commas to semi-colons

    next time though, do upload an excel sample so that we do not have to manually key in your data to do a testing.

    input the desired results so that we don't have to second-guess if what we are doing is correct or not. you may look at my signature to upload an eg that is easier to understand.

    the upload attachment must be done by going to Go Advanced. click on Manage Attachments. Choose file, upload and close the window.

    if i really guessed it wrongly, please upload something according to my recommendations. try to use the solution i have given and we'll help to advise what went wrong.

    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

  7. #7
    Registered User
    Join Date
    03-04-2015
    Location
    London, England
    MS-Off Ver
    Microsoft 365
    Posts
    18

    Re: Index and Match Function together help.

    Hello, thank you both for so much help! It worked. I am uploading file for it can be useful for other users.

    Thank you!! Now I found the way to upload also, i had not found on first post. Sorry for that.
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Large Data - Index Match Match with another function?
    By d7882 in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 10-12-2017, 03:51 PM
  2. Need help in Index, Match usage to match multiple criteria in sum function
    By Summer0830 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-26-2017, 02:47 AM
  3. Problems applying INDEX-MATCH-MATCH function on other data
    By LennartB in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-13-2015, 05:33 AM
  4. function INDEX MATCH MATCH doesn´t work
    By leonelcd in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-31-2015, 11:36 AM
  5. [SOLVED] Stuck on Match function with #N/A; attempting to reverse Index/Match
    By Cappytano in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 12-10-2014, 06:39 PM
  6. Replies: 6
    Last Post: 03-17-2014, 08:10 PM
  7. Replies: 3
    Last Post: 06-17-2013, 12:37 PM

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