+ Reply to Thread
Results 1 to 5 of 5

Rank Errors and Automatic Sorting

  1. #1
    Forum Contributor
    Join Date
    02-25-2008
    Location
    Windsor, ON Canada
    MS-Off Ver
    Excel 2007, 2003
    Posts
    119

    Rank Errors and Automatic Sorting

    The attached file is a sample of what I'm trying to build.

    Day 1 Revision Tab:

    Rows 10, 11, 14, 36 and 40 should all be returning the same rank. This is not then case when the interval time creeps up to more than one hour. Any suggestions?

    Day 1 Printout Tab:

    This tab will serve as a printout for racers to be posted on a wall. I cannot figure out how to rank all the participants without involving any filters, manual sorting or coding (final user of this spreadsheet is Excel limited).

    Spreadsheet must be Excel 97-2003 compatible.
    Attached Files Attached Files
    Last edited by 2709236; 11-28-2012 at 06:00 PM.

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Rank Errors and Automatic Sorting

    try
    =IF(ISERROR(J5-E5),"*",ROUND(J5-E5,10)) times always have problems unless rounded
    you may have to round everything first
    Last edited by martindwilson; 11-28-2012 at 02:30 PM.
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Forum Contributor
    Join Date
    02-25-2008
    Location
    Windsor, ON Canada
    MS-Off Ver
    Excel 2007, 2003
    Posts
    119

    Re: Rank Errors and Automatic Sorting

    Thank you! That helped solve my issue with the rank function.

    Any ideas on the printout issue?

  4. #4
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Rank Errors and Automatic Sorting

    not sure whats supposed to be on it, but you cant use iferror if you want compatability
    but maybe this
    Attached Files Attached Files
    Last edited by martindwilson; 11-28-2012 at 05:43 PM.

  5. #5
    Forum Contributor
    Join Date
    02-25-2008
    Location
    Windsor, ON Canada
    MS-Off Ver
    Excel 2007, 2003
    Posts
    119

    Re: Rank Errors and Automatic Sorting

    Yay! That is AWESOME! I hadn't gotten around to editing out the iferrors yet.
    Thank you very much

+ 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