+ Reply to Thread
Results 1 to 4 of 4

Index/match problem with Changing Rank - Example inside

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    01-06-2011
    Location
    cleveland
    MS-Off Ver
    Excel 2007
    Posts
    225

    Index/match problem with Changing Rank - Example inside

    weighting example.xlsx

    ok so i couldnt come up with a better title than this but i have come across a weird problem that i do not know how to address.

    i have uploaded a simplified version for your review

    background: i have put together a big fantasy baseball spreadsheet (nerdy, i know) and have a summary worksheet with the overall rank. on this summary worksheet, you can enter the fantasy team for who drafted that player, and it will input it into the worksheet that actually does the calculations to be used for counting stats per team for the players drafted - meaning it will count all the HR for players drafted by team 1, team 2 etc. this is used for determining who had the better draft and what statistical categories you need to improve upon.

    on the setup page, however, you can put a weight factor into each of the stats and, if you change the weight factor with names already in the summary worksheet, it will change the rank of the players but the teams of who drafted them will not tag along with the reshuffle.

    i have done this all without VBA but i cant think of a way to do this without it (nor can i think of a way to do this with it as im not a very good programmer). this is really the last hurdle i have on this thing as far as i can tell. If i have to use VBA i will but i would prefer functions.

    the example sheet would make it more clear.

    thank you for anyone willing to help...im pretty desperate here

    weighting example.xlsx

  2. #2
    Forum Contributor
    Join Date
    01-04-2013
    Location
    Melbourne
    MS-Off Ver
    Excel 2010
    Posts
    179

    Re: Index/match problem with Changing Rank - Example inside

    So the problem is that the partner group in the summary box does not change along with the name group? Or that the partner changes in the calculation box when the rankings change? Both seem fixable but I'm confused as to what exactly the problem is.
    Did I help? Click *- add to my rep.

  3. #3
    Forum Contributor
    Join Date
    01-06-2011
    Location
    cleveland
    MS-Off Ver
    Excel 2007
    Posts
    225

    Re: Index/match problem with Changing Rank - Example inside

    the main problem is that the partner group does not change in the summary box when the rankings change. I was able to get a fix for this but it basically involved having to calculate everything twice so im still looking for a more efficient solution

  4. #4
    Forum Contributor
    Join Date
    01-04-2013
    Location
    Melbourne
    MS-Off Ver
    Excel 2010
    Posts
    179

    Re: Index/match problem with Changing Rank - Example inside

    Quote Originally Posted by kamelkid2 View Post
    the main problem is that the partner group does not change in the summary box when the rankings change. I was able to get a fix for this but it basically involved having to calculate everything twice so im still looking for a more efficient solution
    So the problem is with the circular reference created when you try to index match the summary? I will look at it.

    EDIT:

    The only way to do it without creating a circular reference is to make the partner names static in the calculation box, and do an index match from the summary box on partner names. Like so:

    =INDEX(F7:F10,MATCH(B20,A7:A10,0))
    Enter in C20 and copy down. This will work if you manually enter the corresponding partner names in the calculation box. Hope this helps.
    Last edited by Brumbot; 01-24-2013 at 04:50 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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