Microsoft Excel

Learn How to Get nth Largest Value With Criteria in Microsoft Excel

Learn How to Get nth Largest Value With Criteria in Microsoft Excel

The main purpose of this formula is to get the 2nd largest value, 3rd largest value, 4th largest value, and so on, where each value matches supplied criteria.

Here we will learn how to get the nth largest value with criteria in the given data range in the workbook in Microsoft Excel. That implies, with the help of a formula based on the LARGE and IF functions, you can able to get the 2nd largest value, 3rd largest value, 4th largest value, and so on, where each value matches supplied criteria.

So, with the help of this formula, you can able to get the nth largest value with criteria in the given data range in the workbook in Microsoft Excel.

 

General Formula to Get nth Largest Value With Criteria 

=LARGE(range,n)

 

The Explanation to Get nth Largest Value With Criteria

Learn How to Get nth Largest Value With Criteria in Microsoft Excel

So we know that with the help of the given formula above you can able to get the 2nd largest value, 3rd largest value, 4th largest value, and so on, where each value matches supplied criteria.

Here we will learn how to get the nth largest value with criteria in the given data range in the workbook in Microsoft Excel. As we know that LARGE function is fully automatic.

We just need to feed a data range and an integer for “nth” to specify the ranked value you want. In the example given here, we don’t want the LARGE function to operate on every value in the range. We just want values that are either male or female.

To perform this criterion, we need 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.

So now you have learned how to name the nth largest value with criteria in the given data range in the workbook in Microsoft Excel.