I'm trying to use the IF function with the ROUNDUP function and I am having no luck. Basically what I'm trying to do is this:
=IF(E7>=125,((E7/2)/125),(""))
If the value in E7 is greater than or equal to 125, then I want to divide it by 2 and divide that value by 125. Then after that...