GET.FORMULA(cell)
EXPRESSION returns expression in cell as a string, or empty if the cell is not an expression.
entering '=GET.FORMULA(A3)' in A2 = empty (assuming there is nothing in A3).
entering '=GET.FORMULA(A2)' in A1 = '=GET.FORMULA(A3)'.
EXPRESSION.