Hi folks,
I want to compare two numbers.
X is a result of calculations in the sheet.
Y is a “pure” number, a goal.
Since the first is a real number while the second is a fixed decimal number,
IF statement fails when comparing the X and Y
e.g. X=15,010402443… and is Y=15,01
thus, X dis-equal Y in mathematics
How can I overcome this issue?
Thanks!