+ Reply to Thread
Results 1 to 6 of 6

Ranking Score Based On Sequence Date

  1. #1
    Forum Contributor
    Join Date
    01-22-2013
    Location
    Pekanbaru, Indonesia
    MS-Off Ver
    Excel 2013 & Google Sheet
    Posts
    1,146

    Ranking Score Based On Sequence Date

    hi all..

    how to make rank formula based on score and earliest date sequence
    the score can given rank is always 100 except 100 not given rank
    date format in dd/mm/yyyy
    here this my attachment file
    any help, greatly appreciated..

    note:
    i need formula not use tricks, vba, pt
    similar problem https://www.mrexcel.com/board/thread...e-100.1155222/

    john m
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,908

    Re: Ranking Score Based On Sequence Date

    Try this in H4:

    =IF(F5<>100,"",COUNTIFS($F$4:$F$8,100,$G$4:$G$8,"<"&G5)+1)

  3. #3
    Forum Contributor
    Join Date
    01-22-2013
    Location
    Pekanbaru, Indonesia
    MS-Off Ver
    Excel 2013 & Google Sheet
    Posts
    1,146

    Re: Ranking Score Based On Sequence Date

    hi..still not work

  4. #4
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,908

    Re: Ranking Score Based On Sequence Date

    Try again:

    =IF(F4<>100,"",COUNTIFS($F$4:$F$8,100,$G$4:$G$8,"<"&G4)+COUNTIFS($F$4:F4,100,$G$4:G4,G4))

  5. #5
    Forum Expert wk9128's Avatar
    Join Date
    08-15-2020
    Location
    Australia
    MS-Off Ver
    365 V2403 and WPS V2022
    Posts
    3,408

    Re: Ranking Score Based On Sequence Date

    F4 cell formular , Copy and drag down

    HTML Code: 
    Last edited by wk9128; 12-08-2020 at 02:27 AM.

  6. #6
    Registered User
    Join Date
    12-03-2020
    Location
    Bangkok,Thailand
    MS-Off Ver
    365
    Posts
    29

    Re: Ranking Score Based On Sequence Date

    For 365 version, try this at H4:

    ="Rank-"&MATCH(($F$4:$F$8)+(DATEDIF($G$4:$G$8,"1/1/2022","d")/1000),AGGREGATE(14,4,($F$4:$F$8)+(DATEDIF($G$4:$G$8,"1/1/2022","d")/1000),ROW($A$1:$A$5)),0)

    Not sure if it works for other versions. Please check it out.
    Attached Files Attached Files

+ 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] About score ranking ?
    By wk9128 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-16-2020, 08:56 AM
  2. [SOLVED] Assign a Ranking Score Based on Values in Other Columns
    By reluctantresearch in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-27-2014, 11:08 AM
  3. Moving a calclated score to a master score sheet and ranking the scores into placings
    By Jongleur69 in forum Excel Programming / VBA / Macros
    Replies: 30
    Last Post: 04-22-2013, 11:53 PM
  4. [SOLVED] Need a formula for blended ranking score
    By ensmith in forum Excel General
    Replies: 6
    Last Post: 10-25-2012, 03:59 PM
  5. Adjusted total based on importance of ranking score
    By Jared777 in forum Excel General
    Replies: 1
    Last Post: 07-28-2010, 08:39 PM
  6. Pulling test score based on date, not highest score.
    By PowerSchoolDude in forum Excel General
    Replies: 2
    Last Post: 12-01-2009, 06:42 PM
  7. Quiz score ranking
    By Number_8 in forum Excel General
    Replies: 2
    Last Post: 01-24-2008, 01: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