Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
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