Min/Max-Function for Strings

M

Markus Bittner

Hello,
I am looking for two functions that compute the smallest respectively
the greatest value of a list of strings (text values). The buid in
functions MinA and MaxA can handle numbers in text-format but do not
seem to work for real strings such as names.
Thanks for your help
 
J

Jason Morin

This will return the most frequent occurring item for
A1:A10:

=INDEX(A1:A10,SUM(N(COUNTIF(A1:A10,A1:A10)=MAX(COUNTIF
(A1:A10,A1:A10)))))

Array-entered, meaning press ctrl/shift/enter.

HTH
Jason
Atlanta, GA
 

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