Search

Create Table

Last Updated: May 10, 2022

Articles

Use this function to create a table in the sheet with a given range and table name.

Syntax

Create Table (range, table_name)

Parameters

Input Parameter Name Description
range First cell to last cell value separated by : to create the table
table_name Name of the table to be created

Sample

Create Table (A1:F10, Details)

  • Creates a table with the name Details in the range A1 to F10 of the excel sheet.

To view all the Excel functions, click here.

Did you find what you were looking for?