Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
Reference Cells
One or more cells can refer to another cell in the spreadsheet and use its content as it is or in a formula. When the contents of the original cell change, any cell that refers to that changed cell requires recalculation. For details, see Evaluate Spreadsheet. All cell references in Maple must be preceded by a tilde (~).
There are two types of cell references, relative and absolute.
Relative Cell References
A relative reference points to a cell in the same relative position even if the cell contents are copied or moved. If you copy a cell that contains a reference to the cell immediately to the left of it, then the copy of the cell will contain a reference to the cell immediately to its left.
A relative cell reference has no particular marker before the cell address, except for the tilde (~), which must precede any cell reference.
Example The address is displayed in the selected cell.
Copy the contents of cell B2 to cell C2. Note that the contents of the cell refer to B2, not A2.
Absolute Cell References
An absolute reference points to a specific cell, even if the cell contents are moved or copied. When you copy a formula with an absolute reference, Maple copies the cell content exactly as it appears in the original cell. If a cell originally contained an absolute reference to cell A1, then so will the copy, no matter where it is placed in the spreadsheet.
To specify an absolute cell reference, use the dollar sign ($) in front of the column identifier, the row identifier, or both.
Copy the contents of cell B2 to cell C2. Note that the contents of both cells refer to A2.
See Also
Enter Data in Cells, Evaluate Selection, Evaluate Spreadsheet, Fill Adjacent Cells
Download Help Document