Support Board
Date/Time: Sun, 26 Jan 2025 07:34:59 +0000
Post From: Spreadsheet function to memorize values
[2019-02-09 15:13:29] |
Sawtooth - Posts: 4162 |
J98 is read only; you can't write to it. If you want to 'remember' a value in column AA, you'll need to use a Formula Column to create a persistent variable. Try this: Cell P3: =IF(AA3>0,AA3,P4) Here are some other examples: Spreadsheet Example Formulas and Usage: Persistent and Incrementing Variables Spreadsheet Example Formulas and Usage: Other Examples Date Time Of Last Edit: 2019-02-09 15:49:33
|