Hi all.
I have a function below which compares two values to two reference cells and works as expected:
=IF(
OR(
AND(
AL33 >= $AW$15,
AM33 < $ AW$15),
AND(
AL33 >= $AW$17,
AM33 < $AW$17)
),"Y","")
However, when I add =ROUNDUP in the formula it isn't recognized as a formula, and instead becomes...