How is a Constant Parameter Name assigned to a SINGLE cell in Numbers?
I am creating a spreadsheet to calculate data based on input from a user. The input will be in one of the first set of cells in the spreadsheet. For instance: Investment Value, Interest Rate, Pension Withdrawal Date
these (and other) values will be used in formulas throughout the spreadsheet. I’ll be copying and pasting formulas in rows to generate the table using the data entered by the user. If one of the user entered cells is manually updated, the table will automatically update the calculations.
ISSUE: when a formula is copied/pasted, the reference cells change in the formulas are automatically updated (good for part of the formula, but not for the fixed (constant) data).
In Excel, Constant Parameters are assigned using the “Define” feature to assign a name to a cell. This allows the Name assigned to the cell to be entered into a function and the value of the Named Cell to be used as a constant value when the function is copied/pasted.
UserInput is a constant parameter entered by the user in cell A1
A1 is the value 5%
A5 is the starting date. B5 is the starting value
A6 is the starting date +1 B6 is B5 + (B5 * (UserInput / 12)
copy & past Row 6
A7 is A6 +1. B7 is B6 + (B6 * UserInput / 12)
A8 is A7 +1. B8 is B7 + (B7 * UserInput / 12)
How is a constant parameter name assigned using NUMBERS?
Using copy/paste, the cells entered as relative addresses (A6) will update and the UserInput (entered in A1) will remain constant (NOT change to whatever is entered in cell A2)
MacBook Pro 14″, macOS 14.6