+ Reply to Thread
Results 1 to 3 of 3

Completely stuck on this Scoring Spreadsheet :(

  1. #1
    Registered User
    Join Date
    01-16-2013
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    2

    Completely stuck on this Scoring Spreadsheet :(

    Hi,

    I am not an Excel expert at all, but normally I get by. But I've run into a complete stop on this latest project. It is a game "Scoring" spreadsheet where a "Reference" number is generated for each digit added to an "Index" list.

    The parameters are as follows;

    1. The "Score" (Reference) adds +1 for each increase of +1 in the Index List
    2. The Reference number cannot be more than 9. When it reaches 9 it rolls over to 1
    3. If the Index number increases by more than 1, then the Reference number also increases by same amount (to a max of 9, then to 1)
    4. If the Index reverses, the "Score" (Reference) must also reverse pro-rata (subject to the max 9 then to 1 rule)
    5. The maximum Index number is 359, then it starts at Zero again. The "Score" must be able to maintain integrity in this condition.

    So that's it..... I can get it to work fine, providing the Index number only increases in increments of "1" using the following;

    =IF(AND(C5=9;B6>B5);1;IF(B6=B5;C5;C5+1))

    But it will not work if increments are greater than "1", nor if the numbers reverse, nor if the "359 -0" condition exists

    I've tried all sorts, but it is beyond me..... Could any kind soul take a look at it for me and suggest a solution?

    Attached is a test Worksheet for reference.


    Thanks in advance.....
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Completely stuck on this Scoring Spreadsheet :(

    Try this in F6 copied down

    =MOD(F5+E6-E5-1,9)+1
    Does that work for you?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    01-16-2013
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Completely stuck on this Scoring Spreadsheet :(

    ChemistB.... What can I say, indeed it worked fine .

    I've learned something for sure.... need to think in simple clear terms. I wasted a lot of time thinking way too complicated....lol.

    Thanks again... it was appreciated!

+ 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. Spliting a spreadsheet into quintiles and scoring each row
    By Richard Harris in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-13-2015, 01:07 PM
  2. Scoring Spreadsheet IF Statement
    By muddywings in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-27-2014, 06:33 AM
  3. Creating a Fantasy Football Scoring Spreadsheet
    By joeman242320 in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 10-24-2013, 02:53 PM
  4. Trivia Scoring spreadsheet
    By Zeheeba in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-27-2012, 05:54 PM
  5. need urgent help: completely lost/stuck with vlookup issue
    By jimmyjj in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-19-2006, 10:35 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