+ Reply to Thread
Results 1 to 6 of 6

Creating a score with specific values, help with formula needed

  1. #1
    Registered User
    Join Date
    04-17-2021
    Location
    Vienna
    MS-Off Ver
    Microsoft 365
    Posts
    5

    Question Creating a score with specific values, help with formula needed

    Dear Exceleres,

    I would need a excel formula where I can create a score for the scenario as per the picture attached. Repost: i tried to upload a photo but it is not working...can you please help me?

    If the criteria applies then it is marked with an "X", if it does not apply it is blank. If the criteria applies than the grade at the specific field under the column A will be selected and calculated in the Score which should be where the arrow is pointing at.

    Could you please inform me which formula I should exactly use here?

    Repost: I tried to use the formula =IF(F3:F16="X";(SUM(A3:A14))) but it doesnt work...

    Thank you.

    Best,
    forextech
    Last edited by forextech; 04-17-2021 at 06:40 PM.

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.83 for Mac MS 365
    Posts
    8,480

    Re: Creating a score with specific values, help with formula needed

    You might want to put a countif in that formula, something like...
    =IF(COUNTIF(F3:F16;"X")>0;SUM(A3:A14);"")
    Just a guess as i’m doing this from my iPad so so the parenthesis may be off.
    Last edited by Sam Capricci; 04-17-2021 at 11:57 PM. Reason: correcting formula - removed one parenthesis
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    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
    79,404

    Re: Creating a score with specific values, help with formula needed

    I think this might be what you want:

    =SUMIF(F3:F16;"X";A3:A16)
    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.

  4. #4
    Registered User
    Join Date
    04-17-2021
    Location
    Vienna
    MS-Off Ver
    Microsoft 365
    Posts
    5

    Re: Creating a score with specific values, help with formula needed

    Works great.

    Had only to put some tables together as excel said before "too much information" or "too much criteria".

    Thanks a lot!

  5. #5
    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
    79,404

    Re: Creating a score with specific values, help with formula needed

    Which suggestion are you referring to?

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

    Also, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of all those who helped.

  6. #6
    Registered User
    Join Date
    04-17-2021
    Location
    Vienna
    MS-Off Ver
    Microsoft 365
    Posts
    5

    Re: Creating a score with specific values, help with formula needed

    Quote Originally Posted by AliGW View Post
    I think this might be what you want:

    =SUMIF(F3:F16;"X";A3:A16)
    Your solution helped me and I did as you said.

+ 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. Creating Sum Formula for specific columns and rows with repeating values
    By ireview in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-12-2019, 01:56 PM
  2. [SOLVED] Formula or fuction to work out total number of males females that have a specific score.
    By jay_midge in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-16-2015, 06:16 AM
  3. Creating weighted Composite score & applying cut score
    By Tunjisangoleye in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-26-2014, 05:52 PM
  4. Replies: 5
    Last Post: 09-02-2012, 04:34 PM
  5. Replies: 5
    Last Post: 05-10-2012, 02:13 PM
  6. creating formula based on specific values and cell locations
    By johnnynstars in forum Excel General
    Replies: 1
    Last Post: 06-29-2011, 10:22 AM
  7. creating a formula/macro to create a score
    By gwelch in forum Excel General
    Replies: 1
    Last Post: 12-02-2008, 06:52 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