Search

Sort Table

Last Updated: Dec 1, 2020

Articles

Use this function to sort the table using column name and sort order.

Syntax

Sort Table (table_name, column_name, sort_order)

Parameters

Input Parameter Name Description
table_name Name of the table to sort
column_name Name of the column to sort
sort_order Condition to do the sort operation. This can be Ascending or Descending

Sample

Sort Table (New_Table, Age, Ascending)

  • Sorts the values in the column ‘Age’ of the table ‘New_Table’ in ‘Ascending’ order.

To view all the Excel functions, click here.

Did you find what you were looking for?