• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Find maximum text value

Hi,

If you want to know the most repeated entry, use MODE function which works with Numbers only, for text we can use the MATCH function inside the MODE and wrap it with INDEX to return the most repeated entry:

=INDEX(A2:A6,MODE(MATCH(A2:A6,A2:A6,0)),)

Array formula needs to be entered with Ctrl+Shift+Enter

Regards,
 
Back
Top