tracking movement

Rookie3510

New Member
Joined
Jul 23, 2024
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Hello everyone, as the name would suggest I'm an Excel Rookie, but I've developed a spreadsheet to do a ranking system for a racing group and while the formula works great to sort results/rankings I wanted to also track the movements of people in the rankings after I hit sort.

So currently have names in column A with final results that are used for ranking in column AF, in column AG is where I'm wanting to add a formula to show a Green arrow UP and number of positions moved up or Red arrow down with number of positions moved down. Is there a way to do this and probably triggered once column AG is highlighted and sorted?

Thanks for any help

Rookie3510
 

Attachments

  • Screenshot 2024-07-24 092121.png
    Screenshot 2024-07-24 092121.png
    252.5 KB · Views: 5

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
To calculate the rank change, you would need a column to record the rank before sorting.

So before sorting, put the current rank in column AH (put a 1 in AH2 and a 2 in AH3 and autofill down). Then when you sort, a formula in AG can reference the previous rank and calculate the change.

AG2
Excel Formula:
=AH2 - ROW()+1
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top