+ Reply to Thread
Results 1 to 3 of 3

multiple criteria conditional ranking and protecting multiple sheets in one go

  1. #1
    Registered User
    Join Date
    08-20-2013
    Location
    malaysia
    MS-Off Ver
    Office 365
    Posts
    18

    multiple criteria conditional ranking and protecting multiple sheets in one go

    hi all,
    i have been having sleepless nights trying to rank a list of numbers with multiple criteria but in vain...
    help is much appreciated.

    column a column b column c

    pass 9 3
    fail 7 8
    fail 5 7
    pass 5 1
    pass 10 5
    pass 7 2
    fail 4 6
    pass 9 3

    i would rank column b with the result shown in column c; ranking those with a pass in column a followed by those with a fail in column a in ascending order
    ....also i am using excel 2003, is it possible to protect multiple sheet in one go?

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: multiple criteria conditional ranking and protecting multiple sheets in one go

    welcome to the forum, samtklim. 1 way is this array formula in C1 assuming data in A1:B8
    =SUM(--(IF(A1="fail",B1+1000,B1)>IF($A$1:$A$8="fail",$B$1:$B$8+1000,$B$1:$B$8)))+1

    ...confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you might get an error or a clearly incorrect answer. Press F2 on that cell and try again.

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Registered User
    Join Date
    08-20-2013
    Location
    malaysia
    MS-Off Ver
    Office 365
    Posts
    18

    Re: multiple criteria conditional ranking and protecting multiple sheets in one go

    hi benishiryo,
    having solved my initial problem ranking with multiple criteria,
    now i am faced with another..what is in case of ties (eg below is part of my data)
    i would want them be be ranked based on another range of values in column h,
    making the tie at 4-4 becoming 4-5 and 15-15 to be 16-15.
    the formula i used in column g is
    =SUM(--(IF(E37="GAGAL",F37+1000,F37)>IF($E$37:$E$67="GAGAL",$F$37:$F$67+1000,$F$37:$F$67)))+1
    also if the above formula is to be used in descending order, how should it be edited....thanking you in advance....

    attached a sample file for your reference...tq
    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. Unique ranking by multiple criteria
    By reggie1000 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-21-2015, 08:03 AM
  2. [SOLVED] Counting multiple items with multiple criteria from multiple sheets?
    By essee in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-23-2013, 01:56 AM
  3. Ranking Multiple Sheets HELP!!!
    By TTGolf in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-07-2012, 02:05 PM
  4. Ranking by multiple criteria
    By augy in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-03-2008, 12:37 PM
  5. Multiple Ranking Criteria
    By Bullfn33 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 06-13-2007, 04:12 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