+ Reply to Thread
Results 1 to 8 of 8

Comparing 1 Series Of Values To Multiple Series Of Values To Find It's Best Match

  1. #1
    Registered User
    Join Date
    08-07-2017
    Location
    Philadelphia
    MS-Off Ver
    Microsoft 365
    Posts
    20

    Comparing 1 Series Of Values To Multiple Series Of Values To Find It's Best Match

    Hello

    Im trying to have excel tell me what set of values matches the closest with the numbers I'm trying to test to find the best match



    I have attached a sample sheet of what im trying to figure out
    Attached Files Attached Files

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,861

    Re: Comparing 1 Series Of Values To Multiple Series Of Values To Find It's Best Match

    Please update your forum profile. 10 is your Windows OS, not your version of Office. Thanks.

    We'll need to know how you'd derive the average and how each of the components should be weighted.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    08-07-2017
    Location
    Philadelphia
    MS-Off Ver
    Microsoft 365
    Posts
    20

    Re: Comparing 1 Series Of Values To Multiple Series Of Values To Find It's Best Match

    I would like to weight each cell equally at 25%

    I don't quite understand the first part, sorry

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,861

    Re: Comparing 1 Series Of Values To Multiple Series Of Values To Find It's Best Match

    How are the averages shown worked out? Average of what?

    To weight each column equally, we need to know the minimum and maximum values for each.

    Where would you put this unknown player? Second base?

  5. #5
    Registered User
    Join Date
    08-07-2017
    Location
    Philadelphia
    MS-Off Ver
    Microsoft 365
    Posts
    20

    Re: Comparing 1 Series Of Values To Multiple Series Of Values To Find It's Best Match

    That's what Im trying to figure out? What position should he play

    I want it to basically say to me

    This Unknown player is projected to hit .324 with 26 home runs, 95 rbi's and score 89 runs

    Historically(by looking at the averages on the left of the sheet that calculates each positions averages in each stat for the past 5 years)

    First Base has the highest comparison score, so its the closest set of numbers out of the 4 positions for this unknown player so he should play First Base

    and Second Base has the lowest score so he should never play there

    Im not trying to find out the minimum and maximum just what position compares the best, if you still need those numbers I apologize
    Last edited by appletree943; 04-09-2021 at 12:38 PM.

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,861

    Re: Comparing 1 Series Of Values To Multiple Series Of Values To Find It's Best Match

    That's what Im trying to figure out? What position should he play
    Yes, I know, however if you want to automate a spreadsheet to work it out for you, you need to tell it what to do to work it out, so you would have to know how to work it out yourself.

    I would need those numbers, yes, to give each item a weighted score, but as I know nothing about baseball, I'll leave this to someone who can talk to you and understand the relative significance of all those things you mention.

    Good luck.

  7. #7
    Registered User
    Join Date
    08-07-2017
    Location
    Philadelphia
    MS-Off Ver
    Microsoft 365
    Posts
    20

    Re: Comparing 1 Series Of Values To Multiple Series Of Values To Find It's Best Match

    ok I understand and thank you for your help
    Last edited by AliGW; 04-09-2021 at 12:47 PM. Reason: PLEASE don't quote unnecessarily!

  8. #8
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,829

    Re: Comparing 1 Series Of Values To Multiple Series Of Values To Find It's Best Match

    I agree with AliGW, we need you to tell us how you measure/calculate "how closely matched" a set of values is (a question that really isn't an Excel question).

    Using Pearson's correlation coefficient (Excel's CORREL() function) as a placeholder for whatever calculation you like for "how closely matched" a set of stats is, the programming strategy in a spreadsheet is mostly about how you use relative and absolute references. In F4, I enter =CORREL($I$4:$L$4,B4:E4), then copy that down to F7. Again, note the mix of relative and absolute references. Then I can look at column F and determine which value (for Pearson's correlation coefficient, it would be the largest value closest to 1) indicates the best fit. Then I can use MAX()/MIN() or other functions along with lookup functions to make conclusions (if I need to program that part into the spreadsheet).
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

+ 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. Returning Values base on a series and the highest in the series
    By liverebel in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 11-26-2019, 06:43 AM
  2. Formula to find the sum of the last 12 values in a series of columns
    By scemi in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-13-2019, 02:04 PM
  3. [SOLVED] Match and paste values series in an order with mixed series
    By Arawinda in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 09-02-2017, 05:47 AM
  4. [SOLVED] Need formula to find the next value in series by comparing values of adjacent cells
    By warriorpoet7176 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-13-2014, 06:55 AM
  5. comparing values in a series
    By DoctorWu in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-31-2013, 10:10 AM
  6. Multiple Series, Remove Zero Values
    By Janc in forum Excel Charting & Pivots
    Replies: 6
    Last Post: 11-30-2009, 07:31 AM
  7. [SOLVED] multiple series of values graphed with indep. x values -possible?
    By Gburg Johnny in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 09-19-2005, 02:05 AM

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