I am trying to find first highest number and second highest number in excel. What shall i do for that. I did not find the right formula.
Note: I have already used th
OK I found it.
=LARGE($E$4:$E$9;A12)
=large(array, k)
Array Required. The array or range of data for which you want to determine the k-th largest value.
K Required. The position (from the largest) in the array or cell range of data to return.