Working with Rows and Columns: Insert and Delete

Master spreadsheet structure manipulation - essential skills for CSEC IT SBA projects!

1

The Living Spreadsheet

The Concept: Spreadsheets are superior to paper tables because you can change the structure of your table without starting over. This flexibility is what makes digital spreadsheets powerful tools for data management.

The Scenario: Imagine you've finished your SBA data entry but realize you forgot to include a "Student ID" column or need to remove a student who left the school. With proper row/column skills, this takes seconds, not hours!

The Structure Challenge

Click the gap between "First Name" and "Last Name" to insert a "Middle Name" column!

First Name
Last Name
John
Smith
Maria
Garcia
David
Chen
2

Identifying Rows and Columns

Columns (The Verticals)

Identified by Letters (A, B, C...). The column header appears at the top of each column.

Rows (The Horizontals)

Identified by Numbers (1, 2, 3...). The row header appears on the left side of each row.

Selection Technique

Click the header (the letter or number) to select an entire row or column. Selected areas highlight in blue.

The Header Hunt

Click the specific letter "D" to select the entire column or the number "10" to select the row!

3

Inserting Rows and Columns

The "Insert Before" Rule

By default, new columns appear to the LEFT of your selection, and new rows appear ABOVE it.

Insertion Methods

  • Right-Click Method: Select the header and choose "Insert" from the context menu
  • Ribbon Method: Use the "Insert" button in the Cells group on the Home tab
  • Keyboard Shortcut: Ctrl + + (plus sign) - the fastest way!
The Room Creator

Insert a row between rows 4 and 5 to create a "Blank Row 5"!

1
Product A
$45.00
2
Product B
$32.50
3
Product C
$67.80
4
Product D
$23.99
5
Product E
$89.00
4

Deleting vs. Clearing

Deleting

Completely removes the row/column and shifts everything else to fill the gap (like removing a brick from a wall).

Clearing (Delete Key)

Only removes the content (text/numbers) but leaves the empty row/column structure behind.

The "Ripple Effect"

Understanding how deleting a row shifts all subsequent rows up, and deleting a column shifts all subsequent columns left.

The Brick Test

Click a "brick" (column) to delete it and watch how the data to the right "slides left" to fill the void!

5

Managing Multiple Rows and Columns

Batch Actions

Highlight multiple column headers (B, C, and D) and click "Insert" to add three blank columns at once.

Non-Adjacent Selection

Hold the Ctrl key while clicking to select and delete separate rows (e.g., rows 2, 5, and 8) simultaneously.

The Bulk Edit

Select all 5 empty rows (use Ctrl+Click) then delete them in one action!

1
John Smith
Math
A
2
3
Maria Garcia
Science
B+
4
5
David Chen
English
A-
6
7
8
Lisa Wong
History
B
9
0 rows selected
6

Common Pitfalls and Formula Errors

The #REF! Error

This occurs when a formula references a cell in a row or column that you just deleted. Excel can't find the original reference anymore.

Broken Ranges

Deleting a row INSIDE a SUM range (e.g., A1:A10) is different from deleting the row at the very end of the range.

The Formula Doctor

Delete Row 3 and watch how the formula automatically adjusts from =SUM(A1:A5) to =SUM(A1:A4)!

=SUM(A1:A5)
A1
15
A2
25
A3
10
A4
30
A5
20
Total: 100 (15+25+10+30+20)
7

CSEC Exam Prep: Command Logic

Syllabus Objective

"Manipulate rows and columns (insert and delete)." This includes understanding the effect on formulas and data structure.

Practice Question

"A student wants to insert a column between Column B and Column C. Which column header should they right-click on before selecting 'Insert'?"

A student wants to insert a column between Column B and Column C. Which column header should they right-click on before selecting 'Insert'?
Column A
Column B
Column C
Column D

Answer Explanation

Terminology Check

Header

The letter (for columns) or number (for rows) that identifies a spreadsheet row or column

Contiguous

Adjacent or touching rows/columns (e.g., rows 5, 6, 7)

Non-contiguous

Separated rows/columns (e.g., rows 2, 5, 8 selected with Ctrl+Click)

Shift

The movement of data when rows/columns are inserted or deleted

Scroll to Top