# SORT ## Definition(s) ### Context: [[Nexus - Google Analytics Certificate Course#5.1 Google Analytics - 5 Analyze - Module 1 - Organize data for more effective analysis Organize data for more effective analysis|Google Analytics Certificate]] #### Sub-context: [[Function#Spreadsheet functions| Spreadsheet functions]] >[! Definition] >This is a spreadsheet function that will sort the range provided by the column provided in either ascending or descending order. ## Examples ```excel =SORT(range_start:range_end, col_index, [ORDER True or False], [col_index2], [ORDER index 2], ...) ``` ## Related [[Function#Spreadsheet functions| Spreadsheet functions]] ## Resources ## Flashcards The below code are generated for use with [Spaced Repetition plugin](https://github.com/st3v3nmw/obsidian-spaced-repetition/) [docs](https://www.stephenmwangi.com/obsidian-spaced-repetition/) This is a spreadsheet function that will sort the range provided by the column provided in either ascending or descending order. @@@ [[SORT|=SORT()]]