Rounding to the nearest 10

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a query that returns a value of 4342

I would like to round it to the nearest 10 ie 4340

If the value was 4346 =4350
 
Benny

If you set a reference to Excel, you can use the RoundWorksheet() function.

If you don't, you could:
 
Dear Dennis,

Thanks heaps. I've spent bloody ages trying to find out the answer.

You've made a disgruntled user very happy.

Regards,

Ben
 
Back
Top