I can’t figure out which formulas I can use for the following issue:

How can I look up the top three items from the list with Occurrence?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
actually the #N/As aren’t too much of a problem…..try this formula in C2
=INDEX(A$2:A$15,MATCH(1,(B$2:B$15=LARGE(IF(COUNTIF(C$1:C1,A$2:A$15)=0,B$2:B$15),1))*(COUNTIF(C$1:C1,A$2:A$15)=0),0))confirmed with
CTRL+SHIFT+ENTERand copied down to C4That will even cope if you have different items with the same number of occurrences……
If there are fewer than 3 different items then you will get #N/A errors – you could eliminate those by using
IFERRORfunction in Excel 2007 or later