I need to do some rounding..
I have a database with numbers ranging from .68, 2.94, to 55.97 and so on...
I need to round the numbers to the nearest .09
What type of code do I use to replace the .68 with .69 or 55.97 with 55.99 or the 2.94 with the number nearest to .09?
Thanks in advance
I have a database with numbers ranging from .68, 2.94, to 55.97 and so on...
I need to round the numbers to the nearest .09
What type of code do I use to replace the .68 with .69 or 55.97 with 55.99 or the 2.94 with the number nearest to .09?
Thanks in advance