Saved Bookmarks
| 1. |
Explain in detail the three types of cell-references in MS-Excel? |
|
Answer» Relative Referencing: calling cells by just their columns and row tables (such as A1) is called relative references. When a formula has relative references and it is copied from one cell to another, exact copy of the formula is not created, it will change cell addresses relative to the row and column to which they are moved to. Absolute Referencing: To prevent the cell addresses to change, a dollar sign “$” is placed before column and row location in the formula. The references become absolute and they will not change when copied. Mixed Referencing: is a combination of relative and absolute reference. |
|