Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • How to Create Column Chart in Excel
  • How to do a t-Test in Excel?
  • How to calculate current stock or inventory in Excel
  • Create Scatter Chart in Excel
  • How to Use Solver Tool in Excel

References

  • How to get last row in numeric data in Excel
  • Count unique text values with criteria
  • How to use Excel ROW Function
  • Create hyperlink with VLOOKUP in Excel
  • Count rows that contain specific values in Excel

Data Validations

  • Excel Data validation must begin with
  • Excel Data validation allow uppercase only
  • Excel Data validation must not contain
  • Excel Data validation specific characters only
  • Excel Data validation allow weekday only

RANK.EQ function: Description, Usage, Syntax, Examples and Explanation

by

 What is RANK.EQ function in Excel?

RANK.EQ function  is one of Statistical functions in Microsoft Excel that  returns the rank of a number in a list of numbers. Its size is relative to other values in the list; if more than one value has the same rank, the top rank of that set of values is returned.
If you were to sort the list, the rank of the number would be its position.

Syntax of RANK.EQ function

RANK.EQ(number,ref,[order])

The RANK.EQ function syntax has the following arguments:

  • Number: The number whose rank you want to find.
  • Ref: An array of, or a reference to, a list of numbers. Non-numeric values in Ref are ignored.
  • Order (Optional):  A number specifying how to rank number.

Explanation of RANK.EQ function

  • If Order is 0 (zero) or omitted, Excel ranks Number as if Ref were a list sorted in descending order.
  • If Order is any nonzero value, Excel ranks Number as if Ref were a list sorted in ascending order.
  • RANK.EQ gives duplicate numbers the same rank. However, the presence of duplicate numbers affects the ranks of subsequent numbers. For example, in a list of integers sorted in ascending order, if the number 10 appears twice and has a rank of 5, then 11 would have a rank of 7 (no number would have a rank of 6).
  • For some purposes one might want to use a definition of rank that takes ties into account. In the previous example, you would want a revised rank of 5.5 for the number 10. This can be done by adding the following correction factor to the value returned by RANK.EQ. This correction factor is appropriate both for the case where rank is computed in descending order (order = 0 or omitted) or ascending order (order = nonzero value).Correction factor for tied ranks=[COUNT(ref) + 1 – RANK.EQ(number, ref, 0) – RANK.EQ(number, ref, 1)]/2.In the example in the workbook, RANK.EQ(A3,A2:A6,1) equals 3. The correction factor is (5 + 1 – 2 – 3)/2 = 0.5 and the revised rank that takes ties into account is 3 + 0.5 = 3.5. If number occurs only once in ref, the correction factor will be 0, since RANK.EQ would not have to be adjusted for a tie.

Example of RANK.EQ function

Steps to follow:

1. Open a new Excel worksheet.

2. Copy data in the following table below and paste it in cell A1

Note: For formulas to show results, select them, press F2 key on your keyboard and then press Enter.

You can adjust the column widths to see all the data, if need be.

Data
7
3.5
3.5
1
2
Formula Description Result
=RANK.EQ(A2,A2:A6,1) Rank of 7 in the list contained in the range A2:A6. Because the Order argument (1) is a non-zero value, the list is sorted lowest to highest. 5
=RANK.EQ(A6,A2:A6) Rank of 2 in the same list. Because the Order argument is omitted, the list is sorted, by default, highest to lowest. 4
=RANK.EQ(A3,A2:A6,1) Rank of 3.5 in the same list. 3

Post navigation

Previous Post:

How to generate random date between two dates in Excel

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • IF function: Description, Usage, Syntax, Examples and Explanation
  • IFNA function: Description, Usage, Syntax, Examples and Explanation
  • NOT function: Description, Usage, Syntax, Examples and Explanation
  • IF with wildcards in Excel
  • AND function: Description, Usage, Syntax, Examples and Explanation

Date Time

  • Display Date is workday in Excel
  • Add days exclude certain days of week in Excel
  • WEEKNUM function: Description, Usage, Syntax, Examples and Explanation
  • Get day from date in Excel
  • Calculate time difference in hours as decimal value in Excel

Grouping

  • Group arbitrary text values in Excel
  • Group times into unequal buckets in Excel
  • Categorize text with keywords in Excel
  • Map inputs to arbitrary values in Excel
  • How to randomly assign people to groups in Excel

General

  • Convert column number to letter in Excel
  • Freeze and Unfreeze Panes in Excel
  • How to calculate profit margin percentage in Excel
  • How to calculate percentage discount in Excel
  • Hide and Unhide Columns or Rows in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning