The kth biggest value in a data collection is returned by this method. For example, if you set k as 1, the highest value from the group will be returned, and if you specify 2, the second largest value from the group will be returned.
Syntax:
=LARGE (array, k)
Parameter list:
In the example, we use the formula =LARGE(A2:A6,1) to calculate the biggest value from the group A2 to A6, and the largest value in the group is 900; if you want the second highest, set the second parameter to 2 and you will receive 500, and so on.
Ask Your Query