Extracting top 5 maximum values (based on group) in excel -
i have excel file 3 columns corresponding team name, player name, , score. extract top 5 players based on score in each team. found solution when there's not grouping team involved solution top 5.
i tried add "if" statement filter teams (like "if(team_column=team_names_constants, score_column, 0), doesn't seem work.
=index($b$2:$b$28,match(1,index(($a$2:$a$28=large($a$2:$a$28,rows(d$1:d1)))*(countif(d$1:d1,$b$2:$b$28)=0),),0))
i suggest creating pivottable team name , player name in rows , score in values, use value filter "top 10..." (which can changed integer) display 'top scorers'. add team name filters view each team separately.
Comments
Post a Comment