Hallo everyone.
I do realize my post title is not very descriptive. Sorry for that.
I have 2 (or sometimes more) values (numbers) and want to compare them and check if they are more-less equal. Let say the condition is fulfilled if the numbers are exactly equal or the difference is not higher than (+/-) 1.
Here is the example:
3,1 3 TRUE
5,9 6 TRUE
7 -5 FALSE
10 9 TRUE
-6 -6 TRUE
Any clues how I can do this?
Regards,
gordom