What are the different cell addressing modes used in a formula ?
There are two types of cell references: relative and absolute. Relative and absolute references behave differently when copied and filled to other cells. Relative references change when a formula is copied to another cell. Absolute references, on the other hand, remain constant no matter where they are copied.
What are the different cell addressing modes used in a formula ?
Cell Addressing Modes in Formulas
Cell addressing modes refer to the different ways in which cells can be referenced in a formula within a spreadsheet. These modes allow users to perform calculations and manipulate data effectively. There are several cell addressing modes used in formulas, including:
1. Relative Addressing:
Relative addressing is the default mode used in formulas. When a formula is copied to other cells, the cell references adjust automatically based on their relative position to the original cell. For example, if a formula in cell A1 refers to cell B1, when the formula is copied to cell A2, it will automatically adjust to refer to cell B2.
2. Absolute Addressing:
Absolute addressing is used when you want a cell reference to remain constant, regardless of where the formula is copied. By using the dollar sign ($) before the column letter and row number, the cell reference becomes fixed. For instance, if a formula in cell A1 refers to $B$1, it will always point to cell B1, even when copied to other cells.
3. Mixed Addressing:
Mixed addressing combines relative and absolute addressing. You can fix either the column or row reference while allowing the other to adjust. For example, if a formula in cell A1 refers to $B1, and it is copied to cell A2, the reference will adjust to $B2. Similarly, if a formula in cell A1 refers to B$1 and it is copied to cell B1, the reference will adjust to C$1.
4. Range Addressing:
Range addressing allows you to refer to a group of cells as a range. This is commonly used to perform calculations across multiple cells. For example, if you want to sum the values in cells A1 to A5, the range addressing would be A1:A5.
5. External Addressing:
External addressing is used when referring to cells in another worksheet or workbook. It involves specifying the sheet or workbook name followed by an exclamation mark (!), followed by the cell reference. For instance, if you want to refer to cell A1 in Sheet2 of the same workbook, the external address would be Sheet2!A1.
Summary:
- Relative addressing adjusts cell references based on their relative position when formulas are copied.
- Absolute addressing keeps the cell reference constant, regardless of where the formula is copied.
- Mixed addressing combines relative and absolute addressing, allowing either the column or row reference to remain fixed.
- Range addressing refers to a group of cells as a range, often used for calculations across multiple cells.
- External addressing is used to refer to cells in another worksheet or workbook by specifying the sheet or workbook name.
To make sure you are not studying endlessly, EduRev has designed Class 9 study material, with Structured Courses, Videos, & Test Series. Plus get personalized analysis, doubt solving and improvement plans to achieve a great score in Class 9.