Hi,
I’m struggling with some nested IF, AND and OR formulas.
I’m trying to find if a value is within a range of numbers, and is a multiple of 5.
For the range, I have the formula:
IF(Value A >= 90,"Good", IF(Value A <= 150, "Bad")) <<This works
To c...