In this case the ROUNDUP value is the same as the rounded result, because the intermediate value of 235 * 25% is 58.75, and the argument to the ROUNDUP function is 293.75.
Try:
ROUNDUP((233*25%)+233,0), which results in 292, while the normal ROUND function yields 291