I have an ongoing database with multiple players. I need a formula to sort days of rest in between games (Column C) without sorting the players. I can get this to work if I sort the player ascending, but this causes extra work with the daily feed. I was wondering if there was a way to do this without sorting? Thanks for your help
PLAYER DATE REST DAYS
[TABLE="width: 500"]
<tbody>[TR]
[TD]PlayerA[/TD]
[TD]1-1-19[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]PlayerB[/TD]
[TD]1-3-19[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]PlayerA[/TD]
[TD]1-4-19[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]PlayerB[/TD]
[TD]1-4-19[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]PlayerA[/TD]
[TD]1-8-19[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]PlayerB[/TD]
[TD]1-14-19[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD]PlayerA[/TD]
[TD]1-9-19[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]PlayerB[/TD]
[TD]1-16-19[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
PLAYER DATE REST DAYS
[TABLE="width: 500"]
<tbody>[TR]
[TD]PlayerA[/TD]
[TD]1-1-19[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]PlayerB[/TD]
[TD]1-3-19[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]PlayerA[/TD]
[TD]1-4-19[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]PlayerB[/TD]
[TD]1-4-19[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]PlayerA[/TD]
[TD]1-8-19[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]PlayerB[/TD]
[TD]1-14-19[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD]PlayerA[/TD]
[TD]1-9-19[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]PlayerB[/TD]
[TD]1-16-19[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]