Hi,
Is there a function that round values up?
So, in the example below I'd like the variable lngTotPallets rounded up to the nearest "1". So, now if there a total that's less that 0.5 it would round to 0 instead of 1.
lngTotPallets = Round((intTotalQty / 108), 0)
Thanks in advance.
TN
Is there a function that round values up?
So, in the example below I'd like the variable lngTotPallets rounded up to the nearest "1". So, now if there a total that's less that 0.5 it would round to 0 instead of 1.
lngTotPallets = Round((intTotalQty / 108), 0)
Thanks in advance.
TN