The RANK function has an optional third argument… either 0 or 1.
If order is 0 or omitted, value_list is ranked in descending order (e.g. 34, 10, 6, 2, 1). Otherwise, value_list is ranked in ascending order (e.g. 1, 2, 6, 10, 34).
Hope this helps!
-Mike