Menu
Coddy logo textTech

Building a Small Table

Part of the Fundamentals section of Coddy's Excel journey — lesson 7 of 42.

Single cells are fine, but spreadsheets shine when data is organized into a table: a block of cells where each column holds one kind of information and each row describes one item.

The top row of a table is the header row. It doesn't contain data, it contains labels that tell the reader what each column means. Below it come the data rows, one item per row:

     A         B
1    Fruit     Qty      <- header row (labels)
2    Apples    12       <- data row: one fruit
3    Bananas   8        <- data row: another fruit

See how everything lines up? All the fruit names live in column A, all the quantities in column B, and each row reads like a little sentence: "Apples, 12 of them." The value that belongs to Apples (in A2) sits right beside it in B2.

This shape, headers in row 1, one item per row, one kind of value per column, is how almost every real spreadsheet is organized, from shop inventories to grade books. Build it neatly now and every formula you write later gets easier.

challenge icon

Challenge

Beginner

Build the fruit table from the lesson. The first header, Fruit in A1, is already in place, add the rest:

  1. In B1: the header Qty
  2. Row 2, first fruit: Apples in A2, the number 12 in B2
  3. Row 3, second fruit: Bananas in A3, the number 8 in B3

When you're done, row 1 should read like labels and rows 2, 3 like entries in a tiny inventory.

Try it yourself

Sheet1
ABCDEFG
1Fruit
2
3
4
5
6
7
8
9
10
11
12
13
14
quiz iconTest yourself

This lesson includes a short quiz. Start the lesson to answer it and track your progress.

All lessons in Fundamentals