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

Data Analysis

  • How To Insert and Customize Sparklines in Excel
  • How to create a Histogram in Excel
  • How to create dynamic reference table name in Excel
  • How to create Checklist in Excel
  • How to count table columns in Excel

References

  • How to create dynamic named range with OFFSET in Excel
  • CHOOSE function: Description, Usage, Syntax, Examples and Explanation
  • How to get address of last cell in range in Excel
  • How to get last row in mixed data with blanks in Excel
  • How to reference named range different sheet in Excel

Data Validations

  • Excel Data validation must contain specific text
  • Excel Data validation date in next 30 days
  • Prevent invalid data entering in specific cells
  • Excel Data validation exists in list
  • Excel Data validation allow weekday only

nth smallest value with criteria in Excel

by

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

To get the 2nd smallest value, 3rd smallest value, 4th smallest value, and so on, where each value matches supplied criteria, you can use an array formula that uses the SMALL and IF functions.

Formula

{=SMALL(IF(criteria,values),n)}

Explanation

In the example shown, the formula in G7 is:

{=SMALL(IF(Sex="F",Time),F7)}

Where “Sex” is a named range for C3:C15 and “Time” is the named range D3:D15.

Note: this is an array formula and must be entered using Control + Shift + Enter.

Worked Example:   OR function Examples in Excel

How this formula works

The SMALL function is fully automatic — you just need to supply a range and an integer for”nth” to specify the ranked value you want.

The problem in this case is that we don’t want SMALL to operate on every value in the range, just values that are either male or female (M or F). To apply this criteria, we use the IF function, which provides a logical test for either “M” or ‘F”. Because we are applying the test to an array of values, the result will also be an array. In the example shown, the resulting array looks like this:

Worked Example:   Extract all partial matches in Excel

{0.00729166666666667;FALSE;0.00689814814814815;FALSE;0.00835648148148148;FALSE; FALSE;FALSE;FALSE;0.00693287037037037;FALSE;FALSE;0.00672453703703704}

Where FALSE represents male times and numbers represent female times. (Times like this are fractional values, which is why we have so many decimal places for some times).

The SMALL function will automatically ignore TRUE and FALSE values, so the result will be the nth smallest value from the set of actual numbers in the array.

Worked Example:   Count Errors in Excel

Error with no nth

You’ll get an error if there is no nth smallest value based on supplied criteria. You can trap this error with IFERROR and replace with whatever value makes sense like this:

{=IFERROR(SMALL(IF(Sex="F",Time),F8),"-")}

Multiple criteria

To handle multiple criteria, you can extend the formula with boolean logic in a form like this:

=SMALL(IF((criteria1)*(criteria2),values),n)

Where criteria1 and criteria2 and represent an expression to test values in a criteria range, as shown in the original example above.

Post navigation

Previous Post:

nth smallest value in Excel

Next Post:

Smaller of two values 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

  • OR function Examples in Excel
  • FALSE function: Description, Usage, Syntax, Examples and Explanation
  • TRUE function: Description, Usage, Syntax, Examples and Explanation
  • Return blank if in Excel
  • IF, AND, OR and NOT Functions Examples in Excel

Date Time

  • Extract date from a date and time in Excel
  • EDATE function: Description, Usage, Syntax, Examples and Explanation
  • SECOND function: Description, Usage, Syntax, Examples and Explanation
  • Generate series of dates by weekends in Excel
  • DATE function: Description, Usage, Syntax, Examples and Explanation

Grouping

  • Map text to numbers in Excel
  • Group times into unequal buckets in Excel
  • How to randomly assign people to groups in Excel
  • Group numbers with VLOOKUP in Excel
  • If cell contains one of many things in Excel

General

  • Currency vs Accounting Format in Excel
  • Automatically fill series of cells in Excel using AutoFill
  • Using Existing Templates in Excel
  • Count cells that contain errors in Excel
  • How to fill cell ranges with random text values in Excel
© 2023 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning