formulatext
Formula in a referenced cell as text.
Syntax
Section titled “Syntax”v = formulatext(reference)Description
Section titled “Description”Returns the formula string of the cell at reference. Useful for auditing and dynamic dashboards. Returns #N/A if the cell has no formula.
Example
Section titled “Example”formulatext(A1) % '=B1+C1'