Last Updated: Feb 14, 2022
Use this function to sort the table using column name and sort order.
Sort Table Data (table_name, column_name, sort_order)
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 |
Sort Table Data (EmployeeDetails, Age, Ascending)
To view all the Excel functions, click here.