FORMULATEXT

returns formula as a text string · from excel · excel: not yet compared · sheets: not yet compared

signature

FORMULATEXT(reference)

returns: text

argumentrequired
reference required

examples

formula and result, taken from the engine's own test suite — every result below is asserted in CI, not written by hand.

Z
1 =SUM(A1:A2)
fx =FORMULATEXT(Z1) =SUM(A1:A2)

related

  • CELL information about a cell's formatting, location or contents
  • ERROR.TYPE returns number corresponding to an error type
  • INFO information about the operating environment
  • ISBLANK returns TRUE if value is blank
  • ISDATE true when a value can be read as a date
  • ISEMAIL true when text looks like an email address