+ Reply to Thread
Results 1 to 3 of 3

Here's a puzzle I could use help solving.

  1. #1
    Registered User
    Join Date
    10-08-2014
    Location
    Greenfield, MA
    MS-Off Ver
    Office 2013
    Posts
    19

    Here's a puzzle I could use help solving.

    I tried posting this question a couple of days ago, but I think I made it too confusing by including my attempt at solving it. So here is a simplified version.

    We have a list of players. At the start of play each player turns in a tag with a number on it. After the round is over and the scores are recorded, they are re-assigned one of the tags previously turned in based on how they finished. (lowest score gets the lowest tag). In the event of a tie, the next lowest tag goes to the person that started the round with a lower tag number.

    Tag_Image_3.jpg

    Any ideas on how to accomplish this? Also, I can't use macros or array formulas since I need to be able export this to Numbers for use on an iPad/iPhone.
    Attached Files Attached Files

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

    Re: Here's a puzzle I could use help solving.

    Okay,to break ties, I used the tag they turned in as secondary criteria which is what it looks like you did.

    So first I created a new column
    in F5 copied down
    =D5+C5/100
    Then I used a combination of SMALL and RANK like so

    =SMALL($C$5:$C$14,RANK(F5,$F$5:$F$14,1))
    See attachment. Does that work for you?
    Attached Files Attached Files
    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
    10-08-2014
    Location
    Greenfield, MA
    MS-Off Ver
    Office 2013
    Posts
    19

    Re: Here's a puzzle I could use help solving.

    That's PERFECT. Thank you so much!!!

+ 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] vlookup puzzle
    By CWatsonJr in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-03-2013, 10:10 PM
  2. Replies: 6
    Last Post: 12-09-2007, 11:09 AM
  3. A Function puzzle
    By davidm in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-18-2005, 05:05 AM
  4. Can you help!!!!! New Puzzle
    By Krefty in forum Excel General
    Replies: 0
    Last Post: 06-13-2005, 04:05 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