I'm having a difficult time finding the answer to this problem. I need to find the nth most frequent text in a column of text. For example:
Name:
George
Susan
George
Adam
Adam
Susan
Susan
Adam
Susan
I've used this formula which will retrieve the most frequent:
{=INDEX($AK$3:$AK$1534,MATCH(MAX(COUNTIF($AK$3:$AK$15342,$AK$3:$AK$1534)),COUNTIF($AK$3:$AK$1534,$AK$3:$AK$1534),0))}
And tried using Large, but am having no luck:
{=INDEX($AK$3:$AK$1534,INDEX(COUNTIF($AK$3:$AK$1534,$AK$3:$AK$1534),LARGE(COUNTIF($AK$3:$AK$1534,$AK$3:$AK$1534),2)))}
I think I may need to use Mode? But not sure. Any help is greatly appreciated.
Bookmarks