Referencing is linking to cells or ranges for further use in calculations. There are three types of references:
• This type of references changes when copying or auto-filling. By default, all references in the editor are relative.
• 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.
• This type of references allows you to combine both absolute and relative references. For example, in the , reference the row number remains the same, but the column name may change.
The reference style is used in MyOffice Spreadsheet by default. In the reference style, the cell address consists of a column letter name and a numeric row name. For example: , , , 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: , , , then , , , 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 reference style, in the command menu, select . In the style, both columns and rows are denoted by numbers. The address of a cell is determined using the formula , where: • stands for Row, and stands for row number. • stands for Column, and stands for column number. For example, the name of cell in the style is .
If a spreadsheet contains absolute references when switching from to 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: . If the 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 reference refers to the range of all cells of the first row). |