RobTsintas
Technical User
Should be a quick question. What's the function to refer to another cell's formula?
eg. A1 has: =IF(1=1,"Hello","Goodbye")
So the value of A1 is "Hello"
In B1, I want to return the formula in A1 (or part of it, using left/right/mid). Like this:
=LEFT(FORMULA(A1),5)
This should return "=IF(1"
(There is no such function as FORMULA, but what is the correct function?)
Thanks
eg. A1 has: =IF(1=1,"Hello","Goodbye")
So the value of A1 is "Hello"
In B1, I want to return the formula in A1 (or part of it, using left/right/mid). Like this:
=LEFT(FORMULA(A1),5)
This should return "=IF(1"
(There is no such function as FORMULA, but what is the correct function?)
Thanks