Forum Discussion
Luxio1997
Sep 07, 2022Brass Contributor
Excel formula for ranking sorting criteria
Hello everyone, I have prepared an excel sheet to update a fantasy football ranking. I couldn't find a formula that would allow me to automatically sort the tournament teams based on the follow...
Luxio1997
Sep 07, 2022Brass Contributor
How do I attach a sample?
HansVogelaar
Sep 07, 2022MVP
If you cannot attach a workbook to a reply, you can make it available through OneDrive, Google Drive, Dropbox or similar.
- Luxio1997Sep 07, 2022Brass ContributorThis is the file:
https://1drv.ms/x/s!AmGASNd_GSMJgR7QxIy6WNXoAT7v?e=BVidlg- HansVogelaarSep 07, 2022MVP
If you have Microsoft 365 or Office 2021, enter the following formula in a cell. It will automatically spill to cells to the right and below.
=SORT(A3:J8, {10,2,9,7,8}, {-1,-1,-1,-1,-1})
- Luxio1997Sep 07, 2022Brass ContributorI have Microsoft Office 2013