I am trying to create a formula that copies the content of a cell from a precedessor row. Ive tried using this formula:
="=[Column Name]" + PredecessorsX
which gives me the text value (=[Column Name]N) which is the formula I want in the cell but its not the formula itself.
Any suggestions?