replicating formulas Flashcards

(7 cards)

1
Q

Term: Relative Addressing

A

๐Ÿ“˜ Meaning: Cell references change when copied to another location.
๐Ÿงฎ Example:
Original: =A1+B1
Copied to next row: =A2+B2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Term: Absolute Addressing

A

๐Ÿ“˜ Meaning: Cell references stay fixed when copied, using dollar signs $.
๐Ÿงฎ Example:
=$A$1 + $B$1 โ†’ Always refers to A1 and B1, no matter where itโ€™s copied.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Term: Mixed Addressing

A

๐Ÿ“˜ Meaning: Only one part (row or column) stays fixed.
๐Ÿงฎ Example:
=$A1 โ†’ Column A is fixed, row changes.
=A$1 โ†’ Row 1 is fixed, column changes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Term: Naming of Ranges

A

๐Ÿ“˜ Meaning: A range of cells is given a custom name for easier use in formulas.
๐Ÿงฎ Example:
Define range A1:A5 as Sales, then use =SUM(Sales).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Operation: Copying a Formula

A

๐Ÿ“˜ Effect:

With relative references, cell addresses change based on the new position.

With absolute references, cell addresses stay the same.

Named ranges stay unchanged.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Operation: Moving a Formula

A

๐Ÿ“˜ Effect:

Relative references adjust based on the new location.

Absolute and named references remain unchanged.

The formula itself is moved, not duplicated.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Operation: Deleting a Cell in a Formula Range

A

Effect:

If a cell used in a formula is deleted, you may get an error (#REF!).

The formula breaks if its referenced cell no longer exists.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly