Last Updated: Dec 1, 2020
Use this function to create a table with the specified name in the specified range of the excel sheet.
Create Table (range, table_name)
Input Parameter Name | Description |
---|---|
range | Two cell values (first cell and last cell) separated by ‘:’ to create the table |
table_name | Name of the table to be created |
':' is used as separator between the cells.
Create Table (A1:F10, New_Table)
To view all the Excel functions, click here.