'How can I sort a list of dates using sort(unique)

In google sheets I have a form that populates my sheet. In my sheet I use the sort(unique) function to create a dropdown list. How can I sort that dropdown list to show latest date at top of the list.

My formula currently is =sort(unique(MyResponsePage!AA2:AA)) and it will show today's date at the bottom the list for my dropdown list that I use on a dashboard.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source