+ Reply to Thread
Results 1 to 7 of 7

Calculate a grade based on inputs that are pulling from a table

  1. #1
    Registered User
    Join Date
    10-25-2018
    Location
    PA, USA
    MS-Off Ver
    2016
    Posts
    4

    Calculate a grade based on inputs that are pulling from a table

    Hello,

    First time posting on here but I have a feeling it will not be my last. I am trying to create a an editable gradsheet tracker that can be easily updated. My workbook will have 2 sheet, the master data table and the Data tracker. The master data table will have a score column on the left side running from 0 to 15 (Column A). Along the top will be the criteria that I want (Row 1) In the table will be the potential answers to the criteria. For example:

    Master Data Table example.PNG

    On the Data tracker I want to calculate a score based on the responses. for example:
    Tracker Example.PNG

    In the example the formula saw that a yes answer for the hello question is worth 1 point, the 2 minutes answer was worth 2 points and the smile answer of no was 0 points giving us a 3 out of 6 (a perfect score).

    My question is how do I create a formula that will look at the cells to the right (did the person say hello?, How long until they introduced themselves?, Did the greeter smile?) see the value of each answer and calculate the score?



    Additional information: the Master data table is built the way it is so that people are able to change it and update it and the formulas should still work they are only change how many points each item may be worth.
    Last edited by kloesch6950; 10-25-2018 at 08:45 PM. Reason: Formatting didnt work, please see attached images

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

    Re: Calculate a grade based on inputs that are pulling from a table

    Welcome to the forum!

    You will need a set of INDEX MATCH statements for this. For instance, this would return the score for the 'hello':

    =INDEX(score_range,MATCH(hello_cell,hello_range,0))

    Attach the actual workbook if you need further help.
    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
    10-25-2018
    Location
    PA, USA
    MS-Off Ver
    2016
    Posts
    4

    Re: Calculate a grade based on inputs that are pulling from a table

    AliGW,

    You were right! I did some research applied the Index/Match formula to my project. Everything is working perfectly! I do think my formula is a little clunky and difficult to update but it is giving me the results I need. I have attached the final result. I needed the Index/Match for the formulas in the 'Data Tracker' tab column B. I wanted to reuse the sheet with different criteria's in the future and with more or less. I need every cell to the right to be filled and the last 4 criteria are not used so I needed to put N/A in it. In the master Data Tab I used a counta function in row 20 but I think there is a better way to do that too. If you have any suggestions to clean up the formulas I would appreciate it. If you point me in the right direction I can google and YouTube how to use the tools. For example, I would love to no have to put N/A in the criteria's I don't use but if they are empty the B column where the score is supposed to go disappears. And to make it simple all of column B in the data tracker table is divided by the Highest possible score (points) cell in the master data tracker tab in cell C23. Thanks again!!!

    V/R,

    Ken

    PS: Still working on how to attach a file.

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

    Re: Calculate a grade based on inputs that are pulling from a table

    Unfortunately the attachment icon doesn't work at the moment, so to attach an Excel file you have to do the following: just before posting, scroll down to Go Advanced and then scroll down to Manage Attachments. Now follow the instructions at the top of that screen.

    I'll have a look once it's attached.

  5. #5
    Registered User
    Join Date
    10-25-2018
    Location
    PA, USA
    MS-Off Ver
    2016
    Posts
    4

    Re: Calculate a grade based on inputs that are pulling from a table

    I thought I was doing something wrong! Thank you! I think I got it to work. When you have free time that would be great. The document does exactly what I want it to, I just wanted to see if I could clean it up. I did use a lot of named ranges for the formulas. The Formula_Criteria_# ones are for the drop downs windows if you were wondering.
    Attached Files Attached Files

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

    Re: Calculate a grade based on inputs that are pulling from a table

    I can't see how you can make the formula any shorter if you want to do it all in one. If it were me. I would use helper columns to return the individual scores and then just work out the percentage in column B. Helper columns can be visible (perhaps next to each of the criteria columns) or invisible (in hidden columns to the right of the data tracker).

  7. #7
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Calculate a grade based on inputs that are pulling from a table

    Most of the Criteria "Yes" score 1 except Criteria 31

    Please try at Data Tracker B4

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

+ 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. Formula to calculate student grade level based on DOB
    By ExcelHelps in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-06-2021, 07:49 PM
  2. Calculate school grade based on date of birth
    By RegionV in forum Excel - New Users/Basics
    Replies: 8
    Last Post: 10-13-2013, 11:05 AM
  3. Replies: 2
    Last Post: 02-27-2009, 02:01 PM
  4. Calculate grade based on percent change
    By beeawwb in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-02-2007, 08:39 AM
  5. students grades, formulae to calculate what grade is needed based.
    By mjreisbord in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 07:05 PM
  6. students grades, formulae to calculate what grade is needed based.
    By Lewis Clark in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-06-2005, 09:05 AM
  7. [SOLVED] students grades, formulae to calculate what grade is needed based.
    By mjreisbord in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12: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