Wednesday, March 7, 2012

Rounding Values

Hi,

How can I round a value to the next int number like all values > 1 and < 2 I need to round to 2 and on and on...to all numbers

So If I have 2.1 it's 3 if I have 2.9 it's 3 ...and so on...

Thanks

There is a built-in function: CEILING().|||Thanks.. It worked

No comments:

Post a Comment