Formula Generator - LARGE function
The LARGE function returns the nth largest element from a data set, where n is user-defined. It is commonly used to find the top or bottom values in a dataset. The function takes two arguments: the range of data and the value of n. The range of data can be a single column or row, or a range of cells. The function returns the nth largest value from the data set.How to generate an LARGE formula using AI.
To get the LARGE formula for finding the nth largest value in a range, you could ask the AI chatbot: "What is the formula to find the nth largest value in Excel?"
LARGE formula syntax.
The syntax for the LARGE function in Excel is: LARGE(array, k) - "array" refers to the range of cells or array of values from which you want to find the kth largest value. - "k" is the position of the value you want to retrieve from the array. It must be a positive integer. The LARGE function returns the kth largest value from the array.
Top 5 Sales
Find the top 5 sales amounts from a dataset.
LARGE(A1:A100, 5)
Highest Test Score
Find the highest test score from a list of student grades.
LARGE(B2:B20, 1)
Third Largest Expense
Find the third largest expense from a list of monthly expenses.