+ Reply to Thread
Results 1 to 7 of 7

formula that will apply points to minimum numbers in a column and allow duplicate results

  1. #1
    Registered User
    Join Date
    07-12-2014
    Location
    invercargill, new zealand
    MS-Off Ver
    2007
    Posts
    26

    formula that will apply points to minimum numbers in a column and allow duplicate results

    Good Morning,

    I'm new to this forum, so hope I'm doing this correctly.

    I have a spreadsheet with golf results in one column and I want to apply points to the lowest score, second lowest, third lowest etc, however the formula I'm playing with creates an issue when there are duplicate scores, eg, if the lowest score = 100 points, second lowest = 75, third lowest 50 and all remaining scores get 25 points. formula works perfectly until there are two scores the same, eg, both receiving 100 points, then the 75 points disappear???

    formula currently looks like this:

    =IF(F3=SMALL(F:F,1),100,IF(F3=SMALL(F:F,2),75,IF(F3=SMALL(F:F,3),50,25)))

    I need to be able to have multiple results of each score, but have no idea how to achieve this.
    Last edited by hadleedog; 07-13-2014 at 11:45 PM. Reason: trying to attach file but not successful

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: formula that will apply points to minimum numbers in a column and allow duplicate resu

    Can you post some sample data that shows us what results you expect?
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Valued Forum Contributor
    Join Date
    04-22-2014
    Location
    Auckland, New Zealand
    MS-Off Ver
    Office 365 (work) and Excel 2013 (home)
    Posts
    1,167

    Re: formula that will apply points to minimum numbers in a column and allow duplicate resu

    This will work with a 3 stage process, and the remainder on a fixed score. It would need to be rethought if you wanted more than just 4 scores applied to the list.
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Please add reputation by clicking on the * if I have helped.
    Please mark the thread SOLVED if your issue has been resolved.
    Thanks, Glenn.

  4. #4
    Registered User
    Join Date
    07-12-2014
    Location
    invercargill, new zealand
    MS-Off Ver
    2007
    Posts
    26

    Re: formula that will apply points to minimum numbers in a column and allow duplicate resu

    Please Login or Register  to view this content.
    Thanks gak67, worked on one column but when I copied it to another column it caused a few issues and got a lot of #N/A's

    Works beautifully now, small adjustment to allow for empty cells in columns, great result thanks again.
    Last edited by hadleedog; 07-14-2014 at 12:19 AM. Reason: just a mistake first time

  5. #5
    Valued Forum Contributor
    Join Date
    04-22-2014
    Location
    Auckland, New Zealand
    MS-Off Ver
    Office 365 (work) and Excel 2013 (home)
    Posts
    1,167

    Re: formula that will apply points to minimum numbers in a column and allow duplicate resu

    As Tony suggested, if you upload a sample file (without confidential information) we can usually suggest better solutions.

  6. #6
    Registered User
    Join Date
    07-12-2014
    Location
    invercargill, new zealand
    MS-Off Ver
    2007
    Posts
    26

    Re: formula that will apply points to minimum numbers in a column and allow duplicate resu

    Thanks Tony,

    I haven't yet worked out how to attach a file to my post, however, Glenn's formula has done the job perfectly, so very happy with the result. What a great forum this is.

  7. #7
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: formula that will apply points to minimum numbers in a column and allow duplicate resu

    Good deal. Thanks for the feedback!

+ 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. Replies: 1
    Last Post: 07-12-2014, 07:14 PM
  2. Replies: 4
    Last Post: 05-20-2014, 07:11 PM
  3. [SOLVED] Formula to get the median, but ignoring the duplicate numbers in the column
    By Rianne in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-16-2013, 03:23 AM
  4. Formula/macro - Apply certain formula as per duplicate cells in column L
    By rain4u in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-10-2011, 12:28 AM
  5. Apply formula to a column of numbers
    By DBraun4 in forum Excel General
    Replies: 3
    Last Post: 11-05-2008, 10:21 AM

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