Hi,
Im trying to use an "if then" statement to show if a number is larger than 2% of 1,500,000 or smaller than 2% 1,500,000 then FALSE, if in-between the rage then TRUE.
In other words, if number is within the range of 2% of X - the statement is TRUE and if outside then FALSE.
Any...