+ Reply to Thread
Results 1 to 4 of 4

Assign point values to ranks

  1. #1
    Registered User
    Join Date
    05-12-2013
    Location
    usa
    MS-Off Ver
    Excel 2016
    Posts
    3

    Assign point values to ranks

    I have 3 rankings. The scores are in cells E5 to E7. I need a point value of 0, 1 or 2 listed in F5 to F7. I need 0 scored for the lowest, 1 scored for the middle and 2 scored for the highest. The problem I have is with a tie. If there is a tie I need it divided by 3 because there are only a total of 3 available points to score.

    Sorry if I didn't explain this clear enough. I appreciate the help
    Thanks!

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Assigning point values to rank

    In F5 and copy down,

    =SUMPRODUCT((E5>$E$5:$E$7) + (E5=$E$5:$E$7)/2) - 0.5
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    05-12-2013
    Location
    usa
    MS-Off Ver
    Excel 2016
    Posts
    3

    Re: Assigning point values to rank

    Thank u so much. I need the cells in column F to say 0 if nothing is entered into column E. I thought I would use the IF function but I can't get it to work.

    Thanks again!!

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Assigning point values to rank

    =if(e5="", 0, sumproduct((e5>$e$5:$e$7) + (e5=$e$5:$e$7)/2) - 0.5)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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