ABSOLUTE and RELATIVE CELL REFERENCE in GOOGLE SHEETS

Опубликовано: 16 Март 2022
на канале: Brian Turgeon (bmturgeon)
8,445
146

RELATIVE - When dragging functions, the location of the input cells change relative to the location of the function.

ABSOLUTE - When dragging functions, the reference cell does NOT move as follows...

$A$1: Column and Row do NOT change when copied.
A$1: Row does NOT change when copied.
$A1: Column does NOT change when copied.

*** The $ placed before the letter or number of the cell creates an absolute reference.