How do I write an IF statement that makes sure a cell's value is between two numbers.
For instance:
Check whether 0.9 exceeds a range between 0.2 and -0.2.
If it is larger than this range, then keep I would like to keep this number.
If it is smaller and falls between this range, I would like turn it into a 0.
Any help would be appreciated
Bookmarks