I was looking for a solution to a solution, and I could not find it.
Say I'm typing cell A1: = if (A2> 1,1,0)
Excel interprets this and returns 1 or 0.
However, what I would like to do is literally convert this formula to a string: '= if (A2> 1,1,0)'
If you press Ctrl + ~ in Excel, you will see all the formulas. In principle, what I want to do, in conclusion, I take all these formulas and make them lines.
(The goal, if you're interested, is to compare these lines with another book to make sure that I did not delete anything)
source
share