Examples
Given the following data in cells A1:C11:
Sales Rep
Genre
Units
Amanda
Fiction
21
Brandon
23
Sofia
Nonfiction
49
Julian
Comic
22
Gregory
32
55
44
31
20
=SORT(A2:C11, 3, 1,FALSE) returns the array sorted from least units sold to most units sold. See below:
=SORT(A2:C11) returns the array sorted in alphabetical order. See below: