Questions: Spreadsheet Basics

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A spreadsheet template has a tax rate in cell B1. The formula =A5*B1 is in cell C5 to calculate tax on a purchase. You copy this formula down to cells C6 through C20 to apply it to 15 more purchases. What will cell C6 contain?

A=A5*B1 — the formula copies exactly as written
B=A6*B2 — both references shift down one row
C=A6*B1 — the row reference for A shifts, but B1 also shifts to B2, breaking the tax rate link
D=A6*B1 — only if B1 is written as $B$1; otherwise it shifts to =A6*B2
Question 2 Multiple Choice

You enter the value 1500 in cell D3 and format it in red bold text. Another cell contains the formula =D3*2. If you change D3's formatting to green italic (but don't change the value), what does the formula cell now display?

A3000 — formatting is cosmetic and only affects appearance, not value
BAn error — changing formatting can break formulas that reference the cell
C0 — the formatting change clears the underlying numeric value
D1500 — the formula re-reads the original unformatted value
Question 3 True / False

If you change the value in a cell that other cells reference in their formulas, those other cells automatically recalculate without any additional action.

TTrue
FFalse
Question 4 True / False

A spreadsheet is a suitable replacement for a relational database when managing thousands of customer records that multiple team members need to edit simultaneously.

TTrue
FFalse
Question 5 Short Answer

What is the difference between a relative and an absolute cell reference, and why does that distinction matter when you copy a formula?

Think about your answer, then reveal below.