Rounding to the nearst 5 multiple
Hi to all,
I need to round a number to the nearst multiple of 5. How this is possible. I have tried with round and trunc funtion it is rounding to the 10th multiple..
If I have a number 12.59 it should round to 10, if I have a number 13 and above till 15 it should round to 15.
kindly help me in this regard.
Thanks
Vijay