+ Reply to Thread
Results 1 to 2 of 2

Help with points sheet

  1. #1
    Kelly********
    Guest

    Help with points sheet

    Can someone write me a couple of line of code?
    3 cells to add 4th cell contains total
    In cell c5 if a number from 1 to say 50 is entered then that number has a
    value. The value being for instance 1 would be 50, 2 would be 49, 3 would be
    48 and so on. The cell on the sheet will display 1, 2, 3 still.
    If cell c5 has a number key into it then cell d5 will automatically get a 2
    filled into it.
    cell e5 might be manually entered as a 1.
    Then cell f5 will total the cells, remember cell c5 might display a 1 but in
    the total it is 50
    So if c5=1 d5=2 e5=1 f5=the total 53
    I will want to duplicate this several times across the sheet and down the
    columns.
    h5. i5. j5. k5 m5, n5, o5, p5 and so on
    Cell ab5 will total all the totals in row 5 from the scenario.
    Ab6 will total all the totals in row 6 and so on

    Cell ad5 then looks at the ab5 totals, and ranks by number with the highest
    number example 100 being a 1 and 1 being 100.
    An html sheet is at
    http://www.wichitarcraceway.com/race...igth_scale.htm
    Its not got code but the idea is there I think it will be a visual for what
    I need to happen.
    Thanks


  2. #2

    Re: Help with points sheet


    Kelly******** wrote:
    > Can someone write me a couple of line of code?
    > 3 cells to add 4th cell contains total
    > In cell c5 if a number from 1 to say 50 is entered then that number has a
    > value. The value being for instance 1 would be 50, 2 would be 49, 3 would be
    > 48 and so on. The cell on the sheet will display 1, 2, 3 still.
    > If cell c5 has a number key into it then cell d5 will automatically get a 2
    > filled into it.
    > cell e5 might be manually entered as a 1.
    > Then cell f5 will total the cells, remember cell c5 might display a 1 but in
    > the total it is 50
    > So if c5=1 d5=2 e5=1 f5=the total 53
    > I will want to duplicate this several times across the sheet and down the
    > columns.
    > h5. i5. j5. k5 m5, n5, o5, p5 and so on
    >


    Enter into F5: =51-C5+D5+E5 and copy down.

    Allan Rogg


+ 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