Sort rows

Sorting is used to arrange items in a list in the desired order. This can be useful when trying to find specific entries or when identifying specific groupings of entries.

A list can be sorted in two ways

To sort on a single column

  1. Click the drop-down arrow in the column header.
  2. Click Sort Ascending or Sort Descending.
  3. You may repeat this process with other columns to organize the list more precisely.

To sort on multiple columns at once

When sorting on multiple columns, the order in which you sort the columns determines how the data will be organized. Usually, you must sort the most important information first. For example, to list the employees in alphabetical order for each department, it is most important that everyone is grouped by department. Therefore, you would first sort the Department column, then sort the Employees column.

  1. In the ribbon, click the List tab, and then in the Datasheet group, click Show Task Pane.
  2. In the Task Pane, click Sort.
  3. In the Custom Sort dialog box, under Sort by, select the outermost sort column, and click Ascending or Descending.
  4. Repeat the above step for two more columns, ending with the least important sorting criteria.
  5. Click OK.

  Notes