Understand Excel Formulas Basics
Formulas always start with =. They calculate using cell references (e.g., A1), constants, operators (+, -, *, /), and functions.
Key Concepts
- Cell References:
A1 (relative), $A$1 (absolute).
- Operators:
=A1+A2 adds cells.
- Example: In cell B1, type
=A1+10 and press Enter.
Practice: Open Excel, enter numbers in A1:A5, create =A1+A2 in B1. Copy to B2:B4 to see relative adjustment.