+ Reply to Thread
Results 1 to 5 of 5

Index Match Issue

  1. #1
    Forum Contributor
    Join Date
    05-15-2015
    Location
    Orlando, FL
    MS-Off Ver
    Office Standard 2016
    Posts
    266

    Index Match Issue

    Hi Everyone,

    Can someone let me know what I'm doing wrong here. I'm trying to do an index match function and I'm returning an error. Here is my formula:
    =INDEX('Overhead Budgets'!$E$4:$E$197,MATCH($C$5&$C$6,'Overhead Budgets'!$C$4:$C$197&'Overhead Budgets'!$D$4:$D$197,0))

    The two criteria I'm looking at are in cells C5 and C6. The data to match this too is in the Overhead Budgets sheet. For cell C5, the data to match it to is in C3:C197. In cell C6, the data to match is in D4:D197. The return result (the budget) i want to return is in column E.

    Any idea where I'm going wrong with my formula?

  2. #2
    Forum Contributor
    Join Date
    04-12-2013
    Location
    Usually at work, in the UK
    MS-Off Ver
    Excel 2010
    Posts
    639

    Re: Index Match Issue

    'Overhead Budgets'!$C$4:$C$197&'Overhead Budgets'!$D$4:$D$197

    Shouldn't this be 'Overhead Budgets'!$C$4:$D$197?

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: Index Match Issue

    =INDEX('Overhead Budgets'!$E$4:$E$197,MATCH($C$5&$C$6,'Overhead Budgets'!$C$4:$C$197&'Overhead Budgets'!$D$4:$D$197,0))

    If you combine ranges like that in teh MATCH, you need to enter it as an ARRAY formula...confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer.

    @ Sc0ttie MATCH only takes a single column.row for the range
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Forum Contributor
    Join Date
    05-15-2015
    Location
    Orlando, FL
    MS-Off Ver
    Office Standard 2016
    Posts
    266

    Re: Index Match Issue

    That was it. Thanks!

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: Index Match Issue

    you'r welcome. If this answered your question, please take a moment to mark the thread as "solved" - it helps keep things neat and tidy lol, and consider adding the reputation to those that helped (see points 2 & 3 below my 1st post to you)

+ 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. Issue: Only returning 1st match on Index/Match
    By tbr2891 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-21-2014, 11:54 AM
  2. index - match - max - if issue
    By bdrilling33 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 10-02-2014, 01:58 PM
  3. [SOLVED] index and match issue
    By BusiMan in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 07-30-2014, 08:23 PM
  4. [SOLVED] Match Issue - Consolidate Columns of Data With Match/Index/etc?
    By excelsior123 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-03-2014, 05:14 PM
  5. [SOLVED] Index and Match - VBA - Issue
    By Vinod Krishna.C in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-26-2014, 07:49 AM
  6. [SOLVED] Index and match issue
    By Excel-Access in forum Excel General
    Replies: 3
    Last Post: 07-17-2012, 08:25 AM
  7. Index and match issue
    By esupply in forum Excel General
    Replies: 4
    Last Post: 03-11-2010, 12:12 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