Hi All,
I currently have a XLSM spreadsheet that displays a number of records (approx 50). These records are updated on an hourly basis and sometimes change position based on the latest version of data once refreshed.
I want to be able to add arrows in an extra column to display the movement of records once data has been refreshed (e.g. if Mike was 1st but has moved 2nd after the data was refreshed, I want an arrow pointing down so we are able to see Mike has moved down from his last position. Similarly, if another record has moved up or stayed in its same position, then a symbols indicating this).
The spreadsheet currently has a ranking column which simply puts the position number of each record in descending order (e.g. 1st, 2nd, 3rd etc), I am assuming we would need to hold this in a variable and compare against its new ranking to define if the record has moved up/down or still the same.
Any help would be much appreciated.
Thanks in advanced.
I currently have a XLSM spreadsheet that displays a number of records (approx 50). These records are updated on an hourly basis and sometimes change position based on the latest version of data once refreshed.
I want to be able to add arrows in an extra column to display the movement of records once data has been refreshed (e.g. if Mike was 1st but has moved 2nd after the data was refreshed, I want an arrow pointing down so we are able to see Mike has moved down from his last position. Similarly, if another record has moved up or stayed in its same position, then a symbols indicating this).
The spreadsheet currently has a ranking column which simply puts the position number of each record in descending order (e.g. 1st, 2nd, 3rd etc), I am assuming we would need to hold this in a variable and compare against its new ranking to define if the record has moved up/down or still the same.
Any help would be much appreciated.
Thanks in advanced.