rank formula

  1. B

    Rank formula to include cells with error.

    Trying to rank data based on a % to last years sales. The formula I am using here is =IFERROR((IF(AND(F4=0,E4>0),E4/100,IF(AND(F4<0,E4>0),SUM(E4,ABS(F4))/100,(E4-F4)/F4))),"-"). Certain instances have 0 is both columns resulting in the "-". EX here : Sales (column E) LY Sales (column F) % to...
  2. M

    rank filter in a table doesn't work

    Here's a little table. Id like the formula in the first cell in rank to work: '=rank([@a],FILTER([a],[g]=[@g])) I tested this with sum sum(filter([a],[g]=[@g])) and it worked fine. I'm using mac excel though. Maybe I have to use a real excel?
  3. F

    Top-10 list with ranking scores...I can't get it to work

    Hi everyone, I’m new here and this is my first post. I’m trying to build a simple risk registry to rank my risks. I’m not that skilled in Excel, but I have tried as much I can. I have now reached my limit of knowledge trying to build several top-10 lists. I think I have managed to build one...
  4. S

    Rank products by date

    I have lost hope of me being able to work this one out, although sure easy for you all I am trying to rank each product individually by date in excel, so effectively each product in the list will have its own rank by date. For example Tomato Sauce rank 1, 2, 3, 4 etc. Black Bean CPU rank 1...
  5. S

    Unique Rankif

    Hi, I have had a search through previous posts and none come out with what i need for this one. I need to rank some items based off what Area it is in (Column A) and its relevant score (Column H), I need to rank the top 5 items by each area. I can get the base ranking fine but the problem is...
  6. A

    How to rank multiple datasets by suppliers across 6 columns

    Hello, I've extensively studied the =rank page and I am still struggling, I have Product names in columns B a unique identifier in A, this is used for Vlookups of prices from 6 different suppliers and a pre determined "winner" of a price cascade. What I need to be able to do is then, for...
  7. D

    Use VBA Function to calculate the rank

    I want to create a VBA function to calculate the rank, like that Function CALCULATERANKING(score As Double, list As Range) As Integer Dim row As Integer Dim column As Integer CalculateRanking = 1 For row = 1 To list.Rows.count If list.Cells(row, 1).Value > score Then...
  8. Z

    Top 25 Companies

    Hi, I have a monthly/quarterly report that shows top 25 companies that we gained employees from. What I need to build a dynamic list that can be refreshed whenever I dump the updated data file and formula can be refreshed to update my list. I know using some formulas like rank, filter and other...
  9. T

    How do you do a RANKX Dax calculation properly??

    I am trying to build out a DAX RANKX formula that will rank Employee ID by Profit. Here is the formula I have today see below... However, this formula messes up when I start to layer in multiple dimensions into rows. Rank - DO Profit by Employee:=IF(ISBLANK([DO...
  10. S

    Alphabetize names with a dynamic range

    I have a formula that makes a list of unique employee names that I am trying to alphabetize. The problem is there can be 2-50 (range A1:A50) employees within the list causing the alphabetize rank formula to count blank or 0 cells due to having a formula in that cell. Is there a way to use a...
  11. X

    Rank results

    Hi, I'm trying to rank data based on 'Groups' & 'Score'. I've tried using SUMPRODUCT with no success. There are blank cells in the score column but the formula is labelling them with a rank of 1. I just need a unique rank 1-? for each group if there's a score with 1 being the best (see...
  12. C

    List sorted by rank and 3 choices

    Hello Forum. Police officers have to qualify twice a year at the gun range. There are 3 dates to choose from in the spring and 3 dates in the fall. Based on seniority/rank, I want to create a formula that will select the officer's first choice if the target number for that range date is not...
  13. Z

    Using VBA to rank a column and resolve tied numbers issues

    Hi All, Please could you assist me with the following code. Function RankOverallTotal() Set Ranklist = Range("T3:T50") For Each Rcell In Ranklist Range(Rcell.Address).Offset(0, 1).Value = WorksheetFunction.Rank(Rcell.Value, Ranklist, 1) ' change 1 to 0 for desceending rank Next Rcell...

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