'='
.
=100+150
B2 + B3
) instead of typing numbers for dynamic calculations.+
-
*
/
=B2+B3
=B3-B2
=B2*2
=B3/B2
=functionName(arguments)
=SUM(B2:B8)
=AVERAGE(B2:B8)
=MAX(B2:B8)
=MIN(B2:B8)
=COUNT(B2:B8)
=IF(logical_test, value_if_true, value_if_false)
=IF(B8>300, "great job", "you're making too many YouTube videos")
B2
).$
(e.g., $B$2
).
F4
to toggle $
in your references.$
keeps the reference fixed.=
, use numbers/cell references/operators.=FUNCTION()
, save time with repetitive tasks.If you have a specific function you want to learn about, leave a comment or request it for the next lesson/video!