View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default How do I round a 4 digits number to it's nearest 10

In B1: =ROUND(A1,-1)
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Fabian Matrix" wrote:
I'm trying to round a 4 digit number to it's nearest 10. Example 1234 to 1230
or 1238 to 1240. How should I do it?