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...
Harun24HR
Sep 07, 2022Bronze Contributor
Without sample data it is really hard to advise best formula. SORTBY() function may help you. Attach a sample and show your desired output.
Luxio1997
Sep 07, 2022Brass Contributor
How do I attach a sample?
- HansVogelaarSep 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})