Skip to main content
Question

Rounding to nearest ten or hundred

  • September 9, 2024
  • 2 replies
  • 95 views

Forum|alt.badge.img+1
  • Apprentice Author
  • 1 reply

I want to round to the nearest ten or hundred. Example: 223,453 --> 223,450 or 223,500. I tried the round formula but it didn’t work.

2 replies

Forum|alt.badge.img+5
  • Author
  • 12 replies
  • September 9, 2024

Hello @Joanna 

My recommendation would be to divide your value by either 10 or 100, then apply a ROUND function, and afterward multiply it by the value you initially divided by. Ex:

 


Or if you need it using 100:

 


Hope this helps
Regards,
Alberto Garneri


Forum|alt.badge.img+1
  • Author
  • Apprentice Author
  • 1 reply
  • September 12, 2024

Thank you. That worked!

it’s odd that it didn’t like like Excel formula with round (-2)