Edward A. answered 07/07/19
Clear tutor: Excel formulas, graphs, pivot tables, macros, What-Ifs
I’ll give two answers, one for using SQL in an SQL database, and one for using Excel (because this question is tagged “Microsoft Excel”.
SQL:
SELECT * from My_table ORDER BY My_column DESC
Excel: select the rows you want sorted; click Data ribbon entry; select Sort; choose Descending; identify which column is the sort key.