Round up based on pre-defined integers

S

Shlandy

I was wondering if there was a function to round up/down to the next variable
pre-defined number, based on a table? I am trying to do this with out using
the if/then statements.
 
P

pdberger

Shlandy --

Depending on what you're trying to do, I'd look at "MROUND", "CEILING", and
"FLOOR".

HTH
 
Top