Using-Basic-Formulas-in-Microsoft-Excel
Using-Basic-Formulas-in-Microsoft-Excel
Header
Section Header • Section Header • Section Header • Section Header • Section Header • Section Header • Section Header • Section Header
Microsoft Excel is a powerful tool for managing and analyzing data, and formulas are at
the heart of its functionality. This discussion will cover:
Section Header • Section Header • Section Header • Section Header • Section Header • Section Header • Section Header • Section Header
What Are Cell References?
Instead of entering direct numbers in formulas, Excel allows users to reference cells. This
makes formulas dynamic, meaning they update automatically when referenced cell values
change.
Types of Cell References
1.Relative Cell Reference
• Changes when copied to another cell.
• Example: If =A1+B1 is copied from C1 to C2, it changes to =A2+B2.
2. Absolute Cell Reference ($)
• Does not change when copied.
• Example: =$A$1+$B$1 will remain the same no matter where it is copied.
3. Mixed Cell Reference
• Partially locked by using $.
Example:
• $A1 → Column is locked, row changes.
• A$1 → Row is locked, column changes.
Examples of Cell References in Formulas
Section Header • Section Header • Section Header • Section Header • Section Header • Section Header • Section Header • Section Header
What Are External Cell References?
An external reference allows a formula to use data from a different worksheet or even
another Excel file. This helps maintain data consistency across multiple files.