Forum Discussion
AKSA_67
Feb 10, 2022Copper Contributor
Formula that can read the contents in a single cell
Hey Guys, I am trying to create a formula that reads the context of a single cell and tells me if it is less than 20. I did write an if statement that works but, I need one that is more complex. For...
Willy Lau
Feb 10, 2022Steel Contributor
Have you tried "IsFormula" and "FormulaText" function?
AKSA_67
Feb 10, 2022Copper Contributor
Hi Willy,
Thanks for your reply. Both these functions read the cell as 20 and not reading them as 10 and 10. The cell reads 20 but the equation in the cell is 10+10. I need a formula that can read 10+10 as less than 20. But I also need it to read the cell as greater than or equal to 20 as well. Do you have any more suggestions or do you have an example equation using the above function? I tried : =IF(FORMULATEXT(A6)<20,"loss","") A6 contained only 13 no = or equation, this did not work unfortunately
Thanks for your reply. Both these functions read the cell as 20 and not reading them as 10 and 10. The cell reads 20 but the equation in the cell is 10+10. I need a formula that can read 10+10 as less than 20. But I also need it to read the cell as greater than or equal to 20 as well. Do you have any more suggestions or do you have an example equation using the above function? I tried : =IF(FORMULATEXT(A6)<20,"loss","") A6 contained only 13 no = or equation, this did not work unfortunately