+ Reply to Thread
Results 1 to 6 of 6

Rank/Order including manual overriding rank/order input

  1. #1
    Registered User
    Join Date
    10-15-2018
    Location
    London, England
    MS-Off Ver
    365
    Posts
    75

    Rank/Order including manual overriding rank/order input

    Hi All,

    Need some help please...

    I need a formula to return a final rank/order based on date range and manual rank/order override.

    I have attached a sample sheet which includes expected results and more explanation.

    Any help will be greatly appreciated.

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Rank/Order including manual overriding rank/order input

    Please try at G5

    =IF(E5,E5,D5+SUMPRODUCT(COUNTIFS(D5,">="&$E$5:$E$14))-COUNTIFS($E$5:$E$14,"<>",$D$5:$D$14,"<"&D5))

  3. #3
    Registered User
    Join Date
    10-15-2018
    Location
    London, England
    MS-Off Ver
    365
    Posts
    75

    Re: Rank/Order including manual overriding rank/order input

    @Bo_Ry

    Unfortunately whilst this formula works with 1 manual order input it returns duplicate values in >=2 manual order cells are populated. Sorry I should have made this requirement clear in my original post

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,552

    Re: Rank/Order including manual overriding rank/order input

    The following may do what you want.
    This proposal employs 11 helper columns, one to convert the values in column C into dates at midnight and one for each entry in column C to account for the manually overridden rankings.
    Column G converts the dates in column C using: =INT(C5)
    Columns H:Q are populated using:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    The final ranking in column R is populated using:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  5. #5
    Registered User
    Join Date
    10-15-2018
    Location
    London, England
    MS-Off Ver
    365
    Posts
    75

    Re: Rank/Order including manual overriding rank/order input

    @JeteMc

    Your solution works. Thank you very much for your help.

    Thread marked as solved and reputation added

  6. #6
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,552

    Re: Rank/Order including manual overriding rank/order input

    You're Welcome. Thank You for the added reputation and for marking the thread as 'Solved'. I hope that you have a blessed day.

+ 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] Matching ID's with Rank in a specific order
    By maym in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-19-2021, 03:34 AM
  2. How to rank, with only visible and any sort order
    By edk74 in forum Excel General
    Replies: 3
    Last Post: 07-19-2018, 03:55 AM
  3. [SOLVED] Rank in descending order only if positive
    By L.LEE in forum Excel General
    Replies: 1
    Last Post: 03-08-2018, 09:42 PM
  4. [SOLVED] Rank in Order of Value
    By HangMan in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-01-2015, 08:44 AM
  5. Rank Teams in Performance Order - not as easy as just =Rank...
    By excelnat in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-06-2015, 12:12 PM
  6. [SOLVED] Excel 2007 : Rank Order Question
    By pantsarella in forum Excel General
    Replies: 4
    Last Post: 03-23-2012, 04:08 PM
  7. Rank in order that List appears
    By 00Able in forum Excel General
    Replies: 1
    Last Post: 01-19-2011, 09:57 PM

Tags for this Thread

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