Referencing is linking to cells or ranges for further use in calculations. There are three types of references:
•Relative: This type of references changes when copying or auto-filling. By default, all references in the editor are relative.
•Absolute: This type of references does not change when copying or auto-filling. Therefore, they should be used for formulas that have constant values, such as interest rates.
•Mixed: This type of references allows you to combine both absolute and relative references. For example, in the В$5, D$12 reference the row number remains the same, but the column name may change.
The A1 reference style is used in MyOffice Spreadsheet by default. In the A1 reference style, the cell address consists of a column letter name and a numeric row name. For example: A1, C12, G37, ND185 etc. When creating a sheet, the workspace contains: •20 rows numbered from 1 to 20. •10 columns named from A to J. When you expand the workspace, new columns continue single-letter naming followed by two-letter naming: AA, AB, AC, then BA, BB, BC, etc. If the two-letter combinations end, the columns will be given three-letter names. When you add rows to a table, the new items continue to be numbered.
|
To enable the R1C1 reference style, in the View command menu, select R1C1. In the R1C1 style, both columns and rows are denoted by numbers. The address of a cell is determined using the formula RnCm, where: •R stands for Row, and n stands for row number. •C stands for Column, and m stands for column number. For example, the name of D5 cell in the R1C1 style is R5C4.
If a spreadsheet contains absolute references when switching from A1 to R1C1 reference style, they will remain absolute afterwards.
|
The reference to a cell range is defined by referencing its two corner cells: •Starting cell: The upper-left cell of the range. •End cell: The lower-right cell of the range. The starting and end cells are separated by the (:) operator. For example: B4:D6. If the R1C1 style is selected for cells referencing, in some cases you don't need to use the (:) range operator. For instance, if you want to reference the range of all cells of one row, you can only specify a reference to this row (that is, the R1 reference refers to the range of all cells of the first row). |