benefits of Tables vs Range:

1- The header is frozen by default.

2- The sort/filter is active by default.

3- banded coloring helps us to read data more conveniently.

4- When you add a row to the table, it automatically expands and gets the design of banded color. For example, when the information of the new student is added, it will be part of the table and gets the banded design. When a new column header is added, table expands and the new column will be part of the table.

5- You can add Total row to the table. You also may select the aggregation function such as sum, average, …

This is the dataset of information of students in a class converted to a table

A new student is simply added (row 32). Then a total line is added to the table (SUM for Tuition and Average for the other numeric columns)