to get the most common text entry in a list like this try the below (with ctrl+shift+enter)
=INDEX(C:C,MODE(IF(C:C<>"",IF(A:A="SST",MATCH(C:C,C:C,0)))))
not sure how to go about getting the second or third, ill have a look or hopefully somebody else might have an idea.