Hello,
I am looking for a code to move a row with a expired date in one of the columns to the bottom of my spreadsheet so that the rows on top consist of today's date followed by the future dates in ascending order. It may be easier to auto sort. As long as today's date is on top followed by future dates in ascending order. Thank you very much.
[TABLE="width: 721"]
<colgroup><col><col><col><col><col></colgroup><tbody>[TR]
[TD]Client ID[/TD]
[TD]Name of Individual [/TD]
[TD] Annual ISP[/TD]
[TD]Room[/TD]
[TD]Time[/TD]
[/TR]
[TR]
[TD]9952[/TD]
[TD]Tom smith[/TD]
[TD]1/10/2017[/TD]
[TD]505[/TD]
[TD]1:30 PM[/TD]
[/TR]
[TR]
[TD]4392[/TD]
[TD]rick jones[/TD]
[TD]1/17/2017[/TD]
[TD]101[/TD]
[TD]2:30pm[/TD]
[/TR]
[TR]
[TD]9941[/TD]
[TD]larry bird[/TD]
[TD]1/23/2017[/TD]
[TD]505[/TD]
[TD]2:30pm[/TD]
[/TR]
[TR]
[TD]9936[/TD]
[TD]ron schapel[/TD]
[TD]1/24/2017[/TD]
[TD]101[/TD]
[TD]2:30pm[/TD]
[/TR]
[TR]
[TD]9942[/TD]
[TD]tom jones[/TD]
[TD]1/26/2017[/TD]
[TD]101[/TD]
[TD]2:30pm[/TD]
[/TR]
[TR]
[TD]9964[/TD]
[TD]bubba shrimp[/TD]
[TD]1/31/2017[/TD]
[TD]101[/TD]
[TD]9:00am[/TD]
[/TR]
[TR]
[TD]1617[/TD]
[TD]davey jones[/TD]
[TD]2/2/2017[/TD]
[TD]505[/TD]
[TD]2:30pm[/TD]
[/TR]
[TR]
[TD]9912[/TD]
[TD]luke skywalker[/TD]
[TD]2/2/2017[/TD]
[TD]505[/TD]
[TD]2:30pm[/TD]
[/TR]
[TR]
[TD]9684[/TD]
[TD]jennifer aniston[/TD]
[TD]2/9/2017[/TD]
[TD]505[/TD]
[TD]2:30pm[/TD]
[/TR]
</tbody>[/TABLE]
I am looking for a code to move a row with a expired date in one of the columns to the bottom of my spreadsheet so that the rows on top consist of today's date followed by the future dates in ascending order. It may be easier to auto sort. As long as today's date is on top followed by future dates in ascending order. Thank you very much.
[TABLE="width: 721"]
<colgroup><col><col><col><col><col></colgroup><tbody>[TR]
[TD]Client ID[/TD]
[TD]Name of Individual [/TD]
[TD] Annual ISP[/TD]
[TD]Room[/TD]
[TD]Time[/TD]
[/TR]
[TR]
[TD]9952[/TD]
[TD]Tom smith[/TD]
[TD]1/10/2017[/TD]
[TD]505[/TD]
[TD]1:30 PM[/TD]
[/TR]
[TR]
[TD]4392[/TD]
[TD]rick jones[/TD]
[TD]1/17/2017[/TD]
[TD]101[/TD]
[TD]2:30pm[/TD]
[/TR]
[TR]
[TD]9941[/TD]
[TD]larry bird[/TD]
[TD]1/23/2017[/TD]
[TD]505[/TD]
[TD]2:30pm[/TD]
[/TR]
[TR]
[TD]9936[/TD]
[TD]ron schapel[/TD]
[TD]1/24/2017[/TD]
[TD]101[/TD]
[TD]2:30pm[/TD]
[/TR]
[TR]
[TD]9942[/TD]
[TD]tom jones[/TD]
[TD]1/26/2017[/TD]
[TD]101[/TD]
[TD]2:30pm[/TD]
[/TR]
[TR]
[TD]9964[/TD]
[TD]bubba shrimp[/TD]
[TD]1/31/2017[/TD]
[TD]101[/TD]
[TD]9:00am[/TD]
[/TR]
[TR]
[TD]1617[/TD]
[TD]davey jones[/TD]
[TD]2/2/2017[/TD]
[TD]505[/TD]
[TD]2:30pm[/TD]
[/TR]
[TR]
[TD]9912[/TD]
[TD]luke skywalker[/TD]
[TD]2/2/2017[/TD]
[TD]505[/TD]
[TD]2:30pm[/TD]
[/TR]
[TR]
[TD]9684[/TD]
[TD]jennifer aniston[/TD]
[TD]2/9/2017[/TD]
[TD]505[/TD]
[TD]2:30pm[/TD]
[/TR]
</tbody>[/TABLE]