You understood me correctly that I want to add the text within the formula.
Your solution worked partially; it allows for putting text at the beginning
of the formula (right after the = sign); I tried putting text both at the
beginning and in the middle of the formula, but it does not work completely;
based on your example, here is what I did:
=IF("The result of 3*6 is 18 "&L5*M5=20,"Ok",
"If not, then it is "&L5*N5)
L5 =5
M5 = 4
N5=2
Based on this, the formula should have returned "OK." instead, it returned
"If not, then it is 6"; I tried changing the numbers but the formula seems to
be stuck on returning the second option
Any suggestions?
Thank you