How do you get the literal value (the formula) from a cell instead of the result value?
EXAMPLE DESIRED:
EDIT: This answer is for the use case in the problem description, with the requirement of doing so with only native functions (no scripting).
Based on comments from AdamL to the question, the answer is that you cannot get the formula from a cell (instead of the value).
However, for the actual use case I was trying to solve, =ROW(A42) can be used to get a reference to a specific row that will update automatically with changes to rows.