Forum Discussion

Doug_1's avatar
Doug_1
Copper Contributor
Apr 07, 2021
Solved

Paste formulas not working

If I copy a value that has been generated by a formula in Excel and paste into a different cell and then try to convert the value in the cell to appear as a formula by using the available methods, it...
  • JMB17's avatar
    JMB17
    Apr 09, 2021
    It sounds like you want to paste the formula text?

    If you have the formulatext function, you could use it to reference the cell containing the formula:
    =FormulaText(A1)

    Alternatively, you could try formatting the cell as text and the copy paste the formula from the formula bar to the destination cell.

    If my understanding of what you're trying to do is correct, then the paste special-formula behavior is not a bug as it has always pasted in the formula as an expression to be evaluated.

Resources