+ Reply to Thread
Results 1 to 2 of 2

Ratings Model - Unable to change from one rating to the next

  1. #1
    Registered User
    Join Date
    03-08-2017
    Location
    SCOTLAND
    MS-Off Ver
    EXCEL2016
    Posts
    24

    Ratings Model - Unable to change from one rating to the next

    Hello.

    I initially posted this in general excel forum (sorry! any mods might want to remove it from there).

    My issue is more to do with formulas, with which I am still very much a beginner. Any help for the below would be much appreciated.

    I am trying to solve the attached issue spread over two excel sheets/tabs.

    I have worked out the rating of each person's chances of winning (SHEET 1) and I now want to make this more automated so I can enter ratings and the data will automatically update with the expected chances of that person winning (SHEET 2)

    I have worked out that a person rated as '1' has an expected chance of winning against any person rated 1,2,3,4,5 and so on... and i can enter in different ratings of the opponent and it calculates fine.

    How do I create a spreadsheet that will allow me to enter someone rated '2' or '3' and their expected chances, or simply change the rating of the player and have the spreadsheet update.

    I want to be able to change the ratings at any time and have the spreadsheet replicate this.
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor loginjmor's Avatar
    Join Date
    01-31-2013
    Location
    Cedar Rapids, Iowa
    MS-Off Ver
    Excel 2013
    Posts
    1,073

    Re: Ratings Model - Unable to change from one rating to the next

    Hi -

    I think I understand what you're doing. Basically you want to create a matrix with player matchup odds across the top and down the left side. That way, for any combination of matchups you can easily look up the correct statistic. So, on your first tab, I rearranged your data into a matrix as described. Then, on the second tab, I used a combination of VLOOKUP and MATCH to search the matrix. That formula looks like this:

    =VLOOKUP(B10,Sheet1!$A$12:$F$17,MATCH(Sheet2!A10,Sheet1!$A$12:$F$12,0))

    You are familiar with how VLOOKUP works. That finds the correct row. I then just supplement the column VLOOKUP goes to by using the MATCH function to find the correct opponent, and therefore, the correct column.

    Attached is your spreadsheet. I have highlighted the areas I have mentioned in pink.

    Hope this helps.
    Attached Files Attached Files
    ____________________________________________
    If this has solved your problem, please edit the thread title to add the word [SOLVED] at the beginning. You can do this by
    -Go to the top of the first post
    -Select Thread Tools
    -Select Mark thread as Solved

    If I have been particularly helpful, please "bump" my reputation by pressing the small star in the lower left corner of my post.

+ 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: 03-13-2017, 08:03 AM
  2. How to change the format cells this model?84/06/23
    By wiliam_s in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-14-2016, 05:02 AM
  3. Unable to select add to data model
    By chad.portman in forum Excel Charting & Pivots
    Replies: 5
    Last Post: 09-18-2014, 01:07 PM
  4. [SOLVED] World Football Elo Ratings model
    By zartem in forum Excel - New Users/Basics
    Replies: 4
    Last Post: 06-26-2014, 10:18 AM
  5. [SOLVED] Change Model to Category
    By bigroo1958 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 04-14-2014, 09:45 AM
  6. Create a model that will generate a column of numbers based on model parameters
    By tncanoeguy in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-01-2013, 05:47 PM
  7. [SOLVED] Where is change history stored in Excel Object Model?
    By delgados129 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-13-2005, 01:06 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