I am trying to create some sort formulas on excel.
An example is shown below regarding players and their corresponding scores. I need to query the "Raw Data" and get the "Top 3" players and their scores.
I've figured out how to populate the information however I don't know how to deal when there are two points that are the same (i.e. James and Janet). I've read that I have to use countif()
but I can't figure out how to make it work.