+ Reply to Thread
Results 1 to 5 of 5

INDEX MATCH Troubleshooting

Hybrid View

  1. #1
    Registered User
    Join Date
    10-26-2012
    Location
    Williamsburg, VA
    MS-Off Ver
    Excel 2007
    Posts
    18

    INDEX MATCH Troubleshooting

    Hello all;
    I am creating a spreadsheet that links to a workbook on our shared drive. Column A contains data such as below, which equal to A213 and A214:

    415075_CUNNINGHAM
    415080_OAKWOOD

    I am indexing and matching to the 6 digit number in the cells in this column. My problem is that the only way I get a return from A1:A213 is with the following formula:
    =INDEX('List'!$A$1:$A$3000,MATCH(A2&"*",'List'!$D$3:$D$3000,0),1) which looks for the 6 digit number and any text behind it.

    The above formula does not work from A214 and down. The only thing I have gotten to work is:
    =INDEX('List'!$A$3:$A$3000,MATCH($A$2,'List'!$D$3:$D$3000,0),1)

    I have tried formatting the cells in columns A and D of the workbook to all "general" and all "text", but that doesn't work. I cannot attach the spreadsheet due to corporate regulations.

    Any suggestions? I've never had to troubleshoot anything like this.

    Thanks,
    Dave
    Last edited by d dubya; 02-12-2014 at 06:45 PM. Reason: typos

  2. #2
    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,946

    Re: INDEX MATCH Troubleshooting

    Formatting does not change the contents of a cell, only the way it shows...it is a cosmetic change.

    What do you have in A2? I notice in the 2nd formula, you have that absoluted ($), but not in the 1st formula - was that a typo?
    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

  3. #3
    Registered User
    Join Date
    10-26-2012
    Location
    Williamsburg, VA
    MS-Off Ver
    Excel 2007
    Posts
    18

    Re: INDEX MATCH Troubleshooting

    No it was not a typo- it's the only way that works to retrieve valid data on rows 214 and down in the workbook I am linking to.

  4. #4
    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,946

    Re: INDEX MATCH Troubleshooting

    I think you will need to create a dummy file to show us samples of what you are working with - and what you want

  5. #5
    Registered User
    Join Date
    10-26-2012
    Location
    Williamsburg, VA
    MS-Off Ver
    Excel 2007
    Posts
    18

    Re: INDEX MATCH Troubleshooting

    OK- I will do so as soon as I have the time.
    Thanks for your help.

+ 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. Replies: 6
    Last Post: 04-30-2014, 02:42 AM
  2. Replies: 6
    Last Post: 11-08-2013, 10:29 PM
  3. Min/Max Index Match w/ multiple criteria - Troubleshooting
    By JAM7007 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-24-2013, 11:57 AM
  4. Replies: 3
    Last Post: 05-02-2013, 01:31 AM
  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