+ Reply to Thread
Results 1 to 11 of 11

Determining an individual's scaled score from their raw score in a table

  1. #1
    Registered User
    Join Date
    07-28-2014
    Location
    Malibu, CA
    MS-Off Ver
    2016
    Posts
    29

    Determining an individual's scaled score from their raw score in a table

    Hello everyone,

    Example file attached. Within the file you will find two lookup tables to the right. The top table has raw scores for boys by age band (i.e., B1 = boy, age band 1). The top table has raw scores for girls by age band (i.e., G1 = girl, age band 1). The scaled scores (SS) for each table are notated in the S column. I would like to auto-calculate the SS for each entry in the E column. Columns A-D provide examples.

    Thus, if a boy (coded as 1 in Column A)--use the top table, use the appropriate column based on that boys age band (i.e., 1-12), output the SS based on that individual's raw score. Same thing for girls. Any help that you could provide would be legendary. Big thanks in advance!
    Attached Files Attached Files
    Last edited by Adamonia; 04-17-2020 at 03:03 PM.
    ----------------

    Adam

  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,410

    Re: LOOKUP Quandary

    Administrative Note:

    We would very much like to help you with your query, however the thread title does not really convey what your request is about. Tell us what you are trying to do, not how you think it should be done.

    Please take a moment to amend your thread title. Make sure that the title properly explains your request. Your title should be explicit and not be generic (this includes function names used without an indication of what you are trying to achieve).

    Please see Forum Rule #1 about proper thread titles and adjust accordingly. To edit the thread title, open the original post to edit and then click on Go Advanced (bottom right) to access the area where you can edit your title.

    (Note: this change is not optional. No help to be offered until this moderation request has been fulfilled.)
    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
    07-28-2014
    Location
    Malibu, CA
    MS-Off Ver
    2016
    Posts
    29

    Re: LOOKUP Quandary

    My apologies, Ali. I edited the thread title--I hope that is better.

  4. #4
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,167

    Re: Determining an individual's scaled score from their raw score in a table

    Hi Adamonia,

    This formula looks to do what you want:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    See it in the attached: Index Match into Offset Range.xlsx
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  5. #5
    Registered User
    Join Date
    07-28-2014
    Location
    Malibu, CA
    MS-Off Ver
    2016
    Posts
    29

    Re: Determining an individual's scaled score from their raw score in a table

    Hi Marvin, just outstanding. I am, however, now in a pinch. I have been informed I need to move the reference tables to a different sheet (i.e., Sheet1 and Sheet2). I've updated my attachment. I've tried adapting your formula but am hitting a snag. Don't know if anyone could help, I heavily apologize for wasting your time.

  6. #6
    Registered User
    Join Date
    04-16-2020
    Location
    California, CA
    MS-Off Ver
    2017
    Posts
    12

    Re: Determining an individual's scaled score from their raw score in a table

    You can select a the cell (even if in another tab) while inside of the cell/formula you want. or you can add this to the formula manually

    Formula: copy to clipboard
    Please Login or Register  to view this content.

  7. #7
    Registered User
    Join Date
    07-28-2014
    Location
    Malibu, CA
    MS-Off Ver
    2016
    Posts
    29

    Re: Determining an individual's scaled score from their raw score in a table

    Hi Eric,

    I've used the convention to use cells in another sheet/tab (see below; Sheet2!), however, the formula Marvin produced was dependent on the OFFSET function and I'm not sure how to adjust for this when the reference tables have been moved to Sheet2. I've tried a few different adaptations but haven't gotten it to work. In the end, I'm too much an amateur to figure out what MATCH(C2,OFFSET($F$1,0,B2,20),1)) is doing.

    =INDEX(Sheet2!$M$1:$M$21,MATCH(C2,OFFSET($F$1,0,B2,20),1))

  8. #8
    Registered User
    Join Date
    04-16-2020
    Location
    California, CA
    MS-Off Ver
    2017
    Posts
    12

    Re: Determining an individual's scaled score from their raw score in a table

    Try this

    Formula: copy to clipboard
    Please Login or Register  to view this content.

  9. #9
    Registered User
    Join Date
    07-28-2014
    Location
    Malibu, CA
    MS-Off Ver
    2016
    Posts
    29

    Re: Determining an individual's scaled score from their raw score in a table

    Massive thanks!! Appreciate it Eric!

  10. #10
    Registered User
    Join Date
    07-28-2014
    Location
    Malibu, CA
    MS-Off Ver
    2016
    Posts
    29

    Re: Determining an individual's scaled score from their raw score in a table

    I've had a new issue pop-up with some different tables. Before, the tables in Sheet2 were both equal in length. Now, one of the tables in Sheet2 has an extra column.

    For anyone new to this thread, I'm trying to use the tables on Sheet2 to give the appropriate value on Sheet1 (now the F column).

    An example attachment is provided. In the E column, I applied the previously provided formula, however, as you may note, the formula is not providing the appropriate values for the bottom two cells (i.e., the girls whose values should be coming from the bottom table on Sheet2).

    Any assistance with this would be greatly appreciated!
    Attached Files Attached Files

  11. #11
    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,410

    Re: Determining an individual's scaled score from their raw score in a table

    The formula you were given does not reference the lower table - it was taking all values from the boys' table at the top (run it through the Evaluate Formulas feature to see it in action).

    Try this:

    =INDEX(Sheet2!$N$1:$N$43,MATCH(C2,OFFSET(Sheet2!$A$1,IF(A2=1,0,22),(B2-1),20),1))

+ 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. Design Quandary
    By Lena Scull-Anderson in forum Excel General
    Replies: 2
    Last Post: 05-26-2014, 02:57 PM
  2. Formula Quandary
    By fearonc in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-13-2013, 11:01 AM
  3. [SOLVED] OptionButton quandary
    By Patrick Simonds in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-07-2006, 10:55 PM
  4. I have a quandary with print preview in Excel 2000
    By dave91 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 10:05 AM
  5. [SOLVED] I have a quandary with print preview in Excel 2000
    By Ron de Bruin in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-06-2005, 06:05 AM
  6. I have a quandary with print preview in Excel 2000
    By dave91 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 AM
  7. [SOLVED] I have a quandary with print preview in Excel 2000
    By dave91 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 01: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