rank

  1. J

    Excel Rank by group with negative numebrs

    Hi I currently have data in Excel that I'd like to rank by group but also contains negative numbers and I would like negative numbers to be ranked higher than the 0 and above values. Here is the formula that I'm currently using - however it is ranking the negative value for group A as 1 and...
  2. B

    Ranking Help

    Hi There, I am trying to get a weighted ranking that uses dollars as the highest weighting. We are looking at a list or items and evaluating their weeks spent below their intend MSRP and wanted to rank them by importance using a count of the weeks below MSRP and their YTD Sales to rank them...
  3. Y

    Rank with multiple column and criteria

    Hi pals. I am creating an excel to rank the achievement of pupils. Please help me to write a formula to rank them according to multi column and criteria: 1. Rank those with 0 Grade E first, then only follow with those with >0 Grade E 2. For those with 0 Grade E, rank Grade A, follow by Grade B...
  4. cyrilbrd

    Rank If 1 condition unique rank

    Given the following with expected results: <tbody> Point Pm10 Rank 1 .12 2 2 .13 1 3 .12 3 4 .12 4 1 .12 3 2 .15 1 3 .13 2 4 .11 4 </tbody>
  5. F

    Ranking Sales Reps based on multiple weighted criteria

    Good day, I am hoping someone can help me simplify a project to rank our sales force. We need to rank them by 4 criteria and each has a different weight. Here are the columns, criteria and weights: <tbody> <tbody> Weight 0.4 0.2 0.25 0.15 Rep % of Budget % of PY PY $ Change Subjective...
  6. C

    ranking

    I am trying to Rank in Access. Here is the Data. <tbody> SNGL_SYS_ITM_ID END_EFCTV_DT 000000031 000000031 12-Nov-18 000000031 15-Nov-18 000000046 000000050 000000051 000000052 000000052 16-Mar-17 000000055 000000070 </tbody><colgroup><col><col></colgroup> Here is...
  7. L

    Ranking lap times with 2 decimals

    So im trying to rank my lap times but i keep getting the error that my lap time is a text value and not a number value because it has two decimal places. e.g 2.23.340 i get an error but 2.23 works. is there a way to rank numbers with two decimal places. Formula =RANK(D3:D27,LapTimes,1)...
  8. H

    Rank ignoring character

    Hi is it possible to rank numbers ignoring a "*" at the start or end of a number? As in below example? *64.9 71.4 40.3 84.1* Thanks for any input
  9. S

    sumproduct and rank

    Hi there looking to count all values that are of the same account as well as same names and then rank them by balance. I believe this is a two step process but I can not figure out how to get started. In column D I have the account numbers In column H I have names In column R I have balances...
  10. J

    RANK by two columns to exclude rows with a specific cell value in a third column

    <tbody> A B C D 1 BRANCH CLIENT FILECNT RANK 2 12 ABRE01 50 1 3 12 AEVA01 45 2 4 12 NIEX01 46 5 12 NIEX02 47 6 12 CAI00 29 3 7 32 ABRE02 15 3 8 32 AEVA01 45 1 9 32 NIEX05 9 10 32 NIEX07 47 11 32 CAVI00 40 2...
  11. M

    Ranking with TRUE or FALSE and without Skipping numbers (NO DUPLICATES)

    Hi everyone, I am trying to rank data with conditions. <tbody> TRUE TRUE 5.46E+08 TRUE FALSE 31263409 TRUE TRUE 58662625 TRUE TRUE 2.36E+08 FALSE TRUE 23933559 TRUE TRUE 44886052 </tbody> When i rank using sumproducts or countif... it skips numbers. so ideally i get...
  12. P

    VLOOKUP on RANK not recognizing maximum RANK value.

    I have a list of values and terms in Col A I have created a RANKed list for these values in Col B I am then using a VLOOKUP on the RANKed values to order them. It appears to work for all of the RANKed phrases, except for the greatest value - most infuriating... I have tried ROUND, or *1 on...
  13. M

    VBA: Indenting cells in one column based off data in another column.

    So I have a list of values in a column with named "Rank". This has values of integers going from 1 to 10. In a different column called "Name" I want to indent the data in each cell according to the value in column "Rank." So if Rank = 1, no indent is needed. If Rank = 2, one indent (5...
  14. N

    Rank of 2 condition data sets

    Below is the data set. I'd like to use the formula under the Rank column -- to rank by sales under the same Item#, and the same item # that has the same sales needs to have a different rank order. <tbody> Item # Sales Rank 101 8 2 101 6 3 101 6 4 101 10 1 102 2 4 102 6 1 102 3 3...
  15. A

    Ranking outcome

    <tbody> NAME NUMBER WEIGHT POINTS RANK JOHN 1 0.5 15 5 PETER 5 5.0 100 1 GERRY 6 CHARLES 2 4 60 2 TANK 3 6 50 3 BILL 1 3 40 4 1ST PLACE 2ND 3RD NAME? NAME? NAME? </tbody> Good day all, please assist me with a...
  16. JenniferMurphy

    Showing the direction a value is moving

    I sometimes create sheets to track the standings of sports teams. Some of these sheets contains rankings. Over time, the rankings change. In the past, I have calculated the change in rank by subtracting the old ranking from the new one (=NewRank-OldRank). This works, but can be a little...
  17. M

    VBA Code

    Hello, I'm looking for some code that will rank by name. Meaning anytime a name changes it will start over counting. Please see below. Name Rank Frank 1 Frank 2 Frank 3 Frank 4 Mark 1 Mark 2 Mark 3 Mark 4 Mark 5 Mark 6 Mike 1 Mike 2...
  18. S

    Rank Formula

    Good Morning- Quick question for someone- I've got numbers A1:A10 a "Y" or "N" in B1:B10 a "Y" or "N" in C1:C10 I'm trying to put a rank formula together that IF B cell is a "Y", it goes to the top of the rank, irregardless of the number in A cell. Then if C cell is a "Y", it goes to the...
  19. J

    Formula to rank invoices based on status and date

    HELLO, I ALREADY HAD SPEND TO MUCH TIME TRYING TO FIND THIS FORMULA FOR MY OWN, SO I DECIDED TO ELEVATE THIS TO THE EXPERTS. IM LOOKING FOR A FORMULA TO RANK INVOICES BASED ON STATUS AND DATE. <tbody> STATUS DATE RANK (must Be) RANK FORMULA PAID 31-JAN-2019 6 PAST DUE 28-FEB-2019 1...
  20. M

    Perform function by groups

    Hi ALL... How can I do a function (RANK) within groups separated by blank rows? <colgroup><col span="5"><col><col span="17"></colgroup><tbody> Date Post Track Racenum Prg Horse ML cFT cF4 cHF cRtg PSR CPw Points RANK 3/23/19 10:30 AQU 1 1 Blue Pigeon 15 94 24 90 67 78 72 39.67...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top