Any body have any idea how I can round up to the next highest number?
For example: If the number is a whole number like 1 or 2 return that number. If the number is 1.32 then return next whole number rounded up, 2.
(The Round function seems to only change the number of decimals that are visible.)
Thanks in advance.