Tables and Data Types
Swipe um das Menü anzuzeigen
The three layers of data organisation in Excel — from raw cell selections to intelligent, auto-expanding structures.
1. Ranges
A range is Excel's most fundamental unit of selection. Before you can use a formula, format data, or build a table, Excel needs to know which cells you're referring to. That answer is always a range.
Range
Any contiguous or non-contiguous selection of cells that Excel treats as a single unit for operations like formatting, formulas, or analysis. Defined by a start coordinate and an end coordinate, such as A1:C10.
Ranges come in four forms. Each serves a different purpose:
- Single cell —
A1; - Full column —
A:A; - Full row —
1:1; - Block —
A1:C10.
Ranges are what allow Excel to scale. Instead of applying a formula cell-by-cell, you define the range once and Excel processes the entire block together. This is the key difference between a spreadsheet and a basic calculator.
2. Named Ranges
Cell references like K2:K54 are precise but fragile — if columns shift or someone else reads the formula, the intent is invisible. Named ranges solve this by giving a range a human-readable identifier.
Names for the named ranges must start with a letter and cannot contain spaces.
Example: Total_Cost instead of K2:K54.
Deleting a named range removes only the label — the underlying data stays untouched. However, every formula that referenced the name will immediately return a #NAME? error. Always update formulas before deleting a name.
How to create a named range:
- Select the target range (e.g.
K2:K54); - Click the Name Box — the field to the left of the formula bar showing the current cell address;
- Type the name (e.g.
Total_Cost) — no spaces allowed; - Press Enter to confirm.
How to edit or delete a named range:
- Go to Formulas tab → Name Manager;
- Select the name you want to modify;
- Click Edit to change the range reference in the "Refers To" box, or Delete to remove it;
- Click Close when finished.
3. Tables
A named range is still a static snapshot. If you add a row, you must manually update the range definition. Tables solve this — they are ranges that know they're growing.
Table (Excel Table)
A structured, named data container. Tables automatically expand when new rows or columns are added, apply consistent formatting, enable column filters, and use structured references in formulas.
How to create a table:
- Click any cell inside your data range;
- Press
Ctrl+T(Windows) orCmd+T(Mac); - Confirm the range and check "My table has headers";
- Click OK — Excel now treats the data as a structured table.
Danke für Ihr Feedback!
Fragen Sie AI
Fragen Sie AI
Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen