How to Insert a Table in Excel

Turn a range into a table once, and it keeps growing on its own.

  1. Select the data range you want to turn into a table

    Select the range you want to manage as a table, including the header row.

  2. Press "Ctrl+T" to create the table

    A dialog box appears β€” check "My table has headers" and click OK.

  3. Type a new row directly below the table

    Typing new data right below the table's last row automatically expands the table range and applies the same formatting.

  4. Write formulas using column names

    Inside a table, you can write a formula like "=[@Price]*[@Quantity]" using column names instead of cell addresses, which is far easier to read.

  5. Why it is useful

    For a range that keeps growing with new data, formatting it as a table means every newly added row automatically inherits the same formatting and formulas, with no need to reselect the range or copy formatting by hand.

A Range That Grows Without Extra Work

A normal cell range stays fixed in size, so adding new data below it means manually extending formulas and formatting every time. An Excel table automatically expands to include new rows, carrying formulas and formatting along with it, which saves a small but repeated chore.

Formulas That Read Like Sentences

Structured references like "[@Price]" replace cryptic cell addresses like "B2" with the actual column name, making a formula understandable at a glance β€” useful both for your own future self and for anyone else who opens the sheet later.

Frequently Asked Questions

Can I convert a table back into a normal range?

Yes β€” select any cell in the table, go to the Table Design tab, and click "Convert to Range" to remove the table formatting while keeping your data and styling.

Does turning data into a table break existing charts or formulas?

Generally no β€” most formulas and charts continue to work, and structured references usually update automatically, though it is worth double-checking anything referencing the original range by a fixed cell address.