Foundations of Excel Formulas
The Playing Field
Rows
1 2 3
Columns The Players
= SUM () + :
A B C
* /
References
[B3] = B2 _____________ References: They follow you around. [B3] = $B$2 ______________ References: They stay put.
Put it all together
[B3] = Sum (B1:B2) [B3] = (B1 + B2)