finding the second largest number in a list

B

bobf

Is there a way of finding the "second largest" number from
a list of 10 numbers ? I know MAX finds the biggest
number but unsure if numbers of a particular rank in a
list can be identified.

Thanks
 
R

R.VENKATARAMAN

usef <large> function

=large(array,k)
i.e kth largestumber
see help for <large>
similarly <small>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top