Results 1 to 3 of 3

Need help understanding "Index" and "Match"

Threaded View

  1. #3
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Need help understanding "Index" and "Match"

    =MATCH(look for what, look for it where, 0 for exact match)

    =INDEX(using what table, pull reference from row #, pull reference from column #)

    Assuming A1:A10 are 10-1 (in reverse), then MATCH(3,A1:A10,0) = 8 because the 3 would be in A8, the 8th row down.

    =INDEX(A1:C10,3,3) would pull the value of C10, the 3rd row and 3rd column in.

    =IFERROR(

    INDEX($C$5:$X$241, = the table
    MATCH(ROW(BX1), $J$5:$J$241,0), match the row # to the value in J5:J241 = Let's pretend this = 10
    MATCH($K$5, $C$5:$X$5,0)), match whatever is in K5 in C5:X5 = Let's pretend this = 3

    "")

    With the above values, =INDEX($C$5:$X$241,MATCH(ROW(BX1), $J$5:$J$241,0),MATCH($K$5, $C$5:$X$5,0)) = the value of E14. It's 10 rows down from C5 and 3 columns in.

    Here's an example if you need a visual reference.

    index - match for beginners.xlsx
    Last edited by daffodil11; 10-29-2013 at 03:06 PM. Reason: example

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Need help understanding "Index" and "Match"
    By joannelittell in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-29-2013, 03:08 PM
  2. [SOLVED] How to USE """"" cells count """"" change font color
    By austin123456 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-09-2013, 06:14 AM
  3. Strings Variables in Range("A1").Formula = "=index/match" ?
    By nadnerb5 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-19-2012, 05:07 PM
  4. [SOLVED] Variable "sheet-name" and "range-name" wanted in INDEX/MATCH-function
    By Fiebuls in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-01-2012, 04:09 PM
  5. Replies: 3
    Last Post: 02-16-2011, 02:55 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