+ Reply to Thread
Results 1 to 5 of 5

INDEX/MATCH works on SOME, but not ALL

Hybrid View

x65140 INDEX/MATCH works on SOME,... 04-17-2014, 07:27 AM
ragulduy Re: INDEX/MATCH works on... 04-17-2014, 07:37 AM
x65140 Re: INDEX/MATCH works on... 04-17-2014, 07:41 AM
:) Sixthsense :) Re: INDEX/MATCH works on... 04-17-2014, 07:39 AM
ragulduy Re: INDEX/MATCH works on... 04-17-2014, 07:44 AM
  1. #1
    Forum Contributor
    Join Date
    06-28-2004
    MS-Off Ver
    Home/Office 2016
    Posts
    259

    INDEX/MATCH works on SOME, but not ALL

    Adding stats to the TOTALS tab. (WEEK1 thru WEEK8)
    Getting the PLAYER from the WEEK1 tab, then using INDEX/MATCH to find him on the other tabs and pulling in his stats from those tabs.
    Works GREAT for MOST players, but some getting the N/A error starting on WEEK7.
    TESTED: Tried pulling in just ONE week (WEEK6), worked great on ALL players
    Changed to just pull in just WEEK7, got the N/A on Kaepernick and Rodgers.

    Question: Why are Kaepernick and Rodgers getting errors on week7?
    Attached Files Attached Files
    Last edited by x65140; 04-17-2014 at 07:42 AM.

  2. #2
    Forum Expert
    Join Date
    04-22-2013
    Location
    .
    MS-Off Ver
    .
    Posts
    4,418

    Re: INDEX/MATCH works on SOME, but not ALL

    Hi - Kaepernick and Rodgers get errors on weeks 7 and 8 because on all the other sheets they have a space after their name. So you are trying to match the name with a space after it which is picked up from the week1 table to the ones without a space in weeks 7/8. If you add the space to week 7/8 your formulas should work.

  3. #3
    Forum Contributor
    Join Date
    06-28-2004
    MS-Off Ver
    Home/Office 2016
    Posts
    259

    Re: INDEX/MATCH works on SOME, but not ALL

    Wow! Nice catch - Thanks! Thought I was going nuts - you saved me a fortune on therapist fees!
    Works great now!

  4. #4
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: INDEX/MATCH works on SOME, but not ALL

    In E3 Cell

    =SUMPRODUCT(--SUMIFS(INDIRECT("'"&$H$2:$O$2&"'!E:E"),INDIRECT("'"&$H$2:$O$2&"'!C:C"),$C3,INDIRECT("'"&$H$2:$O$2&"'!D:D"),$D3))

    Drag it down....


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  5. #5
    Forum Expert
    Join Date
    04-22-2013
    Location
    .
    MS-Off Ver
    .
    Posts
    4,418

    Re: INDEX/MATCH works on SOME, but not ALL

    You might also be better putting the sheetnames in A3:A10 and using a formula like:
    =SUMPRODUCT(SUMIF(INDIRECT("'"&A$3:A$10&"'!$C3:C10"),C3,INDIRECT("'"&A$3:A$10&"'!E3:E10")))

+ 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: 1
    Last Post: 05-08-2014, 10:21 AM
  2. Replies: 6
    Last Post: 04-30-2014, 02:42 AM
  3. Index match statement works on test data not real data
    By Odie2012 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-15-2013, 07:04 AM
  4. Index/Match works in some cells, not in others
    By tenalp in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 12-12-2012, 08:29 PM
  5. index/match search works in some cells, but not others?
    By pythonscript in forum Excel General
    Replies: 2
    Last Post: 07-06-2011, 08:32 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