admin管理员组文章数量:1022949
I am creating an automated scouting report for a basketball team. I am looking to automatically populate a list of team leaders in a variety of categories. In this case, I am looking at leading point scorers per game.
I have the raw data of who is scoring the most points per game, but I will like to automatically populate the Top 4 scorers and list their jersey number, name, and scoring average.
text
I don't quite know where to begin. I know how to use the rank function, but not to sort on another tab.
I am creating an automated scouting report for a basketball team. I am looking to automatically populate a list of team leaders in a variety of categories. In this case, I am looking at leading point scorers per game.
I have the raw data of who is scoring the most points per game, but I will like to automatically populate the Top 4 scorers and list their jersey number, name, and scoring average.
text
I don't quite know where to begin. I know how to use the rank function, but not to sort on another tab.
Share Improve this question asked Nov 19, 2024 at 4:24 Josh LewisJosh Lewis 11 Answer
Reset to default 0If you work with Excel this formula should return the intended result. Please don't share sensitive data such as names of real people in your files, screenshots or else.
=CHOOSECOLS(TAKE(SORTBY(A2:N13,N2:N13,-1),4),1,2,14)
I am creating an automated scouting report for a basketball team. I am looking to automatically populate a list of team leaders in a variety of categories. In this case, I am looking at leading point scorers per game.
I have the raw data of who is scoring the most points per game, but I will like to automatically populate the Top 4 scorers and list their jersey number, name, and scoring average.
text
I don't quite know where to begin. I know how to use the rank function, but not to sort on another tab.
I am creating an automated scouting report for a basketball team. I am looking to automatically populate a list of team leaders in a variety of categories. In this case, I am looking at leading point scorers per game.
I have the raw data of who is scoring the most points per game, but I will like to automatically populate the Top 4 scorers and list their jersey number, name, and scoring average.
text
I don't quite know where to begin. I know how to use the rank function, but not to sort on another tab.
Share Improve this question asked Nov 19, 2024 at 4:24 Josh LewisJosh Lewis 11 Answer
Reset to default 0If you work with Excel this formula should return the intended result. Please don't share sensitive data such as names of real people in your files, screenshots or else.
=CHOOSECOLS(TAKE(SORTBY(A2:N13,N2:N13,-1),4),1,2,14)
本文标签: rankSorting top 4 ranking by nameStack Overflow
版权声明:本文标题:rank - Sorting top 4 ranking by name - Stack Overflow 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/questions/1745582775a2157408.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论