Hi Stan, how about this
xr= increment(Round(x/increment)) where x is the the number you want to round and xr is the rounded value Patrick On Oct 12, 3:24 am, Stan <[EMAIL PROTECTED]> wrote: > Does anyone have any idea how to round a set of numbers to increments > of say .2 for example. > > Also whats the proper format for writing the Rounding expressions. I > cant seem to be able to have the correct syntax. > > Round(x[not sure]) > > Thanks > > Stan
