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

Data Analysis

  • How to create dynamic reference table name in Excel
  • Filter Data Based on Date in Excel
  • Subtotal function in Excel
  • How To Sort One Column or Multiple Columns in Excel
  • Excel Frequency Function Example

References

  • Convert text string to valid reference in Excel using Indirect function
  • Create hyperlink with VLOOKUP in Excel
  • To count total rows in a range in Excel
  • Basic INDEX MATCH approximate in Excel
  • Vlookup Examples in Excel

Data Validations

  • Excel Data validation only dates between
  • Excel Data validation must contain specific text
  • Excel Data validation allow uppercase only
  • Excel Data validation must begin with
  • Excel Data validation must not contain

nth largest value with duplicates in Excel

by

This tutorial shows how to calculate nth largest value with duplicates in Excel using the example below;

Formula

=MAX(IF(range<A2,range))

Explanation

To get the nth largest value in a data set with duplicates, you can use an array formula based on the MAX and IF functions.

Note: the LARGE function will easily return nth values, but LARGE will return duplicates when they exist in the source data.

In the example shown, the formula in E6 is:

=MAX(IF(range<E5,range))

Where  range is B5:B11

How this formula works

First, we get the largest value using the MAX function in E5:

=MAX(range)

Once we have the largest value established, we create another formula that simply checks all values in the named range  against the “last largest value”:

=MAX(IF(range<E5,range))

Note: this is an array formula and must be entered with control + shift + enter.

Any value that is lower than the “last largest” survives the test, and any value that’s not ends up FALSE. The resulting array looks like this:

{12;FALSE;FALSE;11;12;12;10}

As the formula is copied down the column, E5 increments at each row, so that MAX and IF return a new array. The MAX function continues to return the largest value in each array — the nth value in the series.

Post navigation

Previous Post:

How to use Excel CHOOSE Function

Next Post:

Customize Ribbon 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

  • XOR function: Description, Usage, Syntax, Examples and Explanation
  • Excel If, Nested If, And/Or Criteria Examples
  • Not Equal To ‘<>‘ operator in Excel
  • OR function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel FALSE Function

Date Time

  • DAY function: Description, Usage, Syntax, Examples and Explanation
  • How to get year from date in Excel
  • Display Days in month in Excel
  • Calculate total hours that fall between two times in Excel
  • Add days to date in Excel

Grouping

  • Group numbers at uneven intervals in Excel
  • If cell contains one of many things in Excel
  • Group numbers with VLOOKUP in Excel
  • How to randomly assign people to groups in Excel
  • Group arbitrary text values in Excel

General

  • Check if multiple cells have same value with case sensitive in Excel
  • Customize Ribbon In Excel
  • How to generate random date between two dates in Excel
  • Delete Blank Rows at Once in Excel
  • How to create dynamic worksheet reference in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning