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

Data Analysis

  • How to Create Gantt Chart in Excel
  • How To Remove Duplicates In Excel Column Or Row?
  • Get column index in Excel Table
  • How to create running total in an Excel Table
  • Add Outline to Data in Excel

References

  • Two-way lookup with VLOOKUP in Excel
  • How to get first column number in range in Excel
  • Left Lookup in Excel
  • How to use Excel ROW Function
  • CHOOSE function: Description, Usage, Syntax, Examples and Explanation

Data Validations

  • Prevent invalid data entering in specific cells
  • Excel Data validation allow weekday only
  • Excel Data validation number multiple 100
  • Excel Data validation whole percentage only
  • Excel Data validation date in specific year

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

  • Nested IF function example in Excel
  • AND function: Description, Usage, Syntax, Examples and Explanation
  • How to use IFS function in Excel
  • IFS function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel TRUE Function

Date Time

  • How to get same date next year or previous year in Excel
  • Get first day of month in Excel
  • How to calculate percent of year complete in Excel
  • Add months to date in Excel
  • Count day of week between dates in Excel

Grouping

  • If cell contains one of many things in Excel
  • Map inputs to arbitrary values in Excel
  • How to randomly assign data to groups in Excel
  • Group numbers at uneven intervals in Excel
  • Map text to numbers in Excel

General

  • Advanced Number Formats in Excel
  • How to make excel worksheets print on one page?
  • Lock Cells in a Worksheet Excel
  • How to count total columns in range in Excel
  • Common Errors in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning