+ Reply to Thread
Results 1 to 4 of 4

INDEX MATCH Help

  1. #1
    Valued Forum Contributor
    Join Date
    03-03-2009
    Location
    UK
    MS-Off Ver
    MS365 Subscription Excel for Mac
    Posts
    1,017

    INDEX MATCH Help

    On sheet DB I want a formula that looks at what is in cell F3 and G3 and if what is in F3 and G3 is a match for what is on Sheet2 in col B and C (on the same row) then I want to return whatever is in Sheet2 column Q on the same row where the match was found.

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

    Re: INDEX MATCH Help

    =IFERROR(INDEX(Sheet2!$Q$2:$Q$1000,MATCH(F3&G3,Sheet2!$B$2:$B$1000&Sheet2!$C$2:$C$1000,0)),"")
    Confirm Control+Shift+Enter

    or non-aray
    =IFERROR(INDEX(Sheet2!$Q$2:$Q$1000,MATCH(TRUE,INDEX(Sheet2!$B$2:$B$1000&Sheet2!$C$2:$C$1000=F3&G3,0),0)),"")
    Last edited by RobertMika; 10-09-2013 at 02:28 PM.
    If you are http://www.excelforum.com/image.php?type=sigpic&userid=125481&dateline=1392355029happy with the results, please add to the contributor's
    reputation by clicking the reputation icon (star icon).




    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved.
    To undo, select Thread Tools-> Mark thread as Unsolved.
    http://www.excelaris.co.uk

  3. #3
    Forum Expert tigeravatar's Avatar
    Join Date
    03-25-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2003 - 2013
    Posts
    5,361

    Re: INDEX MATCH Help

    ScabbyDog,

    Here are two different approaches. You will need to change the ranges as necessary:

    Please Login or Register  to view this content.
    Please Login or Register  to view this content.
    [EDIT]: Beat to it by Robert
    Hope that helps,
    ~tigeravatar

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  4. #4
    Valued Forum Contributor
    Join Date
    03-03-2009
    Location
    UK
    MS-Off Ver
    MS365 Subscription Excel for Mac
    Posts
    1,017

    Re: INDEX MATCH Help

    Thanks. Both work great.

+ 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. Index match offset to get subsequent index values in a column
    By Andrew_Step in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-06-2013, 02:55 PM
  2. Replies: 3
    Last Post: 05-02-2013, 01:31 AM
  3. [SOLVED] VBA for creating Index-Match every 2 rows where INDEX refer to a different column per row
    By bisaya789 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-22-2012, 03:46 AM
  4. Index Match Index Formula work slow
    By avk in forum Excel General
    Replies: 9
    Last Post: 03-07-2012, 02:19 PM
  5. Replies: 5
    Last Post: 02-29-2012, 08:51 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