Results 1 to 10 of 10

Formula to get a ranking based on three columns

Threaded View

  1. #9
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2019
    Posts
    4,542

    Re: Formula to get a ranking based on three columns

    Continuing on the good work by Gregb11, I have added 3 attributes/fields to give flexibility in the scoring computation:
    1. Weightage in B1:D1 - the weightage to be given for each of the scores
    2. Highest possible score in B2:D2 - I am taking the maximum of available scores as the highest possible score; if the maximum score for Combined Avg. is 100 and Cleanliness Avg. is 5, then put 100 in cell B2 and 5 in cell D2
    3. Lowest possible score in B3:D3 - I am taking the minimum of available scores as the lowest possible score; if the lowest possible scores for all is 0 or 0%, then key in 0 in B3:D3
    4. Recompute percentage score for Combined Avg. in E5=(B$2-[@[COMBINED AVG.]])/(B$2-B$3), copy down
    5. Recompute percentage score for Attendance Rate in F5=([@[ATTENDANCE RATE]]-C$3)/(C$2-C$3), copy down
    6. Recompute percentage score for Cleanliness Avg. in G5=([@[Cleanliness AVG.]]-D$3)/(D$2-D$3), copy down
    7. Weighted Total Score in H5=SUMPRODUCT(Table26[@[COMBINED AVG. SCORE]:[Cleanliness AVG SCORE]],$B$1:$D$1), copy down
    8. Ranking in I5=RANK.EQ([@[Weighted Total Score]],[Weighted Total Score]), copy down

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Ranking based on 3 columns (values)
    By jendan in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 07-25-2024, 12:06 AM
  2. Excel ranking based on two columns
    By carwardinet in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-15-2021, 09:33 AM
  3. [SOLVED] Ranking based on two columns
    By kabnt2005 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 10-12-2016, 08:41 AM
  4. [SOLVED] Ranking formula based on values in multiple columns taken from a different sheet
    By m_t in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 03-15-2016, 03:52 PM
  5. Ranking based on two columns
    By leo73pk in forum Excel General
    Replies: 6
    Last Post: 01-01-2011, 12:47 PM
  6. Ranking based on two columns
    By sa02000 in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 04-21-2006, 02:21 PM
  7. Ranking based on two columns
    By sa02000 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-17-2006, 01:10 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