+ Reply to Thread
Results 1 to 6 of 6

Formula to calculate scoring

  1. #1
    Registered User
    Join Date
    10-10-2018
    Location
    North Lake, WA
    MS-Off Ver
    Microsoft Office 365 Business Version 1809
    Posts
    2

    Formula to calculate scoring

    Can someone please help me to set up a conditional formula? I don't have much experience with these. Basically, what I am trying to achieve is...

    Column C has a drop down to select Yes, Partial, or No.
    Column D needs to provide a number depending on which of the above is selected (Yes=1, Partial=0.5, No=0)

    Can this be done? Thank you

  2. #2
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: Formula to calculate scoring

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2404
    Posts
    13,406

    Re: Formula to calculate scoring

    Hi salty_suz. Welcome to the forum.

    Try:


    C
    D
    E
    1
    Yes
    1
    In D1: =IF(C1="Yes",1,IF(C1="Partial",0.5,IF(C1="No",0,"")))
    2
    Partial
    0.5
    3
    No
    0
    Dave

  4. #4
    Registered User
    Join Date
    10-10-2018
    Location
    North Lake, WA
    MS-Off Ver
    Microsoft Office 365 Business Version 1809
    Posts
    2

    Re: Formula to calculate scoring

    Thanks Dave, perfect solution! Appreciate the help.

  5. #5
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2404
    Posts
    13,406

    Re: Formula to calculate scoring

    You're welcome. Looks like humdingaling beat me to it, though.

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.
    Last edited by FlameRetired; 10-11-2018 at 12:21 AM. Reason: Note about marking Solved

  6. #6
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: Formula to calculate scoring

    Or can try

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

+ 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. [SOLVED] formula for scoring a specific percentage
    By archimaitreya in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-06-2018, 11:37 AM
  2. Y/N Scale Scoring Formula
    By bhuestis in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-06-2017, 12:38 PM
  3. Golf scoring formula request
    By flyerpicker in forum Excel Formulas & Functions
    Replies: 32
    Last Post: 06-10-2017, 04:22 PM
  4. Help with Formula Scoring!
    By RavensFtw in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-06-2015, 09:05 PM
  5. Need a scoring/counting Formula
    By dominic_c in forum Excel General
    Replies: 3
    Last Post: 09-17-2014, 04:31 PM
  6. [SOLVED] scoring formula
    By nicolastu in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-05-2013, 01:11 PM
  7. find a better solution to a Scoring formula
    By Moggers in forum Excel General
    Replies: 5
    Last Post: 09-01-2012, 09:13 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