Results 1 to 18 of 18

Help with INDEX / MATCH

Threaded View

  1. #7
    Forum Expert RobertMika's Avatar
    Join Date
    06-22-2009
    Location
    Haverhill, UK
    MS-Off Ver
    Excel 2003-13
    Posts
    1,530

    Re: Help with INDEX / MATCH

    This part
    INDEX(DATA!$C$2:$C$35&DATA!$D$2:$D$35=$C2&$D2,)
    is taking two ranges from column C and D from Data sheet and by comparing with Surname and Firstname returning range of TRUE/FALSE statements
    then
    MATCH(TRUE,INDEX(DATA!$C$2:$C$35&DATA!$D$2:$D$35=$C2&$D2,),0))
    will find the position in the array
    then
    INDEX(DATA!A$2:A$35,MATCH(TRUE,INDEX(DATA!$C$2:$C$35&DATA!$D$2:$D$35=$C2&$D2,),0))

    Returns the corresponding cell from column A or B
    .
    The IFERROR function returns “" if there is no match.
    Use Evaluate Formula tool from Excel Option to see what's happening.

    Hope that helps.

    Please leave a feedaback if my solution helps you.
    (click the star on the left hand side of this post)
    Last edited by RobertMika; 06-19-2012 at 09:46 AM.

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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