Is it possible to refrence a formula in a cell instead of the value result of said cell?
For example:
I have the formula =sum(A1:A5) in the cell A1. In cell B1 i would like to reference the formula in A1 so instead of getting the result of the sum I get the string =sum(A1:B5)
Is this possible in LibreCalc?