+ Reply to Thread
Results 1 to 3 of 3

INDEX MATCH MATCH working fine and then NOT WORKING for a random row or two.

  1. #1
    Registered User
    Join Date
    05-23-2013
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    11

    INDEX MATCH MATCH working fine and then NOT WORKING for a random row or two.

    I have an INDEX MATCH MATCH formula working pretty well, pulling data from one table into another(exact same table, just a different tab). However in rows 87 and 126 I get "0" and then" the rest is ":#REF!" and then the formula starts working again in the row below..

    Any Ideas?

    Here is my formula.

    =INDEX('1Q10_Pivottable'!$B$5:$AM$162,MATCH(C87,'1Q10_Pivottable'!$A$5:$A$162,0),MATCH(G$6,'1Q10_Pivottable'!B$4:AM$4,0))

    Many thanks,

    Eve

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: INDEX MATCH MATCH working fine and then NOT WORKING for a random row or two.

    Is something different in C87 &C126, from the other C values(C5:C86, C88:162)...??
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: INDEX MATCH MATCH working fine and then NOT WORKING for a random row or two.

    Perhaps you need to LOCK the B4:AM4 reference in the 2nd Match..
    And the C87 in the first match

    =INDEX('1Q10_Pivottable'!$B$5:$AM$162,MATCH($C87,'1Q10_Pivottable'!$A$5:$A$162,0),MATCH(G$6,'1Q10_Pivottable'!$B$4:$AM$4,0))
    Last edited by Jonmo1; 05-24-2013 at 09:34 AM.

+ Reply to Thread

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