Correct option is D
When copying the formula down a column, we need to fix some references while allowing others to change. The
$ symbol locks the row or column reference.
· In this case,
$B$1 locks both column
B and row
1, ensuring the formula always refers to cell
B1.
·
$C$1 locks both column
C and row
1, ensuring that cell
C1 is always referenced when the formula is copied.
Information Booster:
1. In Excel,
absolute references (e.g.,
$B$1) ensure that the referenced cell does not change when the formula is copied to other cells.
2.
Relative references (e.g.,
B1) change depending on where the formula is copied.
Additional Knowledge:
Formulas without
$ symbols will change both row and column references when copied, leading to incorrect results in this case.