Introduction
SORT and SORTN help you organize your data by arranging rows in order. SORT puts all rows in order based on one or more columns. SORTN lets you pick the top rows after sorting, like the top 5 scores.
When you want to list your sales data from highest to lowest sales amount.
When you need to show the top 3 students with the best grades.
When you want to sort a list of names alphabetically.
When you want to sort data by date to see the newest entries first.
When you want to extract the top 10 highest values from a large list.