Rounding Number

J

jbc

Hi,

I'm doing a number of calculations from a number entered into a text box. I
need to take that number

(X - 100)/50 This answer needs to be rounded UP to the next whole number.

For instance, If X = 312 the answer needs to be 4. Any decimal place needs
to be rounded up.

There is a ROUNDUP
 
Top