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 orange text with no error message.
=IF(
OR(
AND(
=ROUNDUP(AL33,0) >= $AW$15,
=ROUNDUP(AM33,0) < $AW$15),
AND(
=ROUNDUP(AL33,0) >= $AW$17,
=ROUNDUP(AM33,0) < $AW$17)
),"Y","")
Any help would be appreciated,
Thanking you in advance.
--Mike
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 orange text with no error message.
=IF(
OR(
AND(
=ROUNDUP(AL33,0) >= $AW$15,
=ROUNDUP(AM33,0) < $AW$15),
AND(
=ROUNDUP(AL33,0) >= $AW$17,
=ROUNDUP(AM33,0) < $AW$17)
),"Y","")
Any help would be appreciated,
Thanking you in advance.
--Mike