Search

Sort Table Data

Last Updated: Mar 8, 2023

Articles

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

Syntax

Sort Table Data (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 Data (EmployeeDetails, Age, Ascending)

  • Sorts the values in the column Age of the table EmployeeDetails in Ascending order.

To view all the Excel functions, click here.

Did you find what you were looking for?