How do I round down currency in Excell?

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

Guest

I was trying to get the currency to round down to the nearest 5 cent
interval, the amount is $34,047.96, I need to get it to $34,047.95 because
their are no 1 cent coins in Australia and It's part of a formula that needs
to update when figures are changed, dose anyone know how I can do this?
 
Try
=ROUND(A1,2)
you can change the digits as you need -above formula roundoff in
digits- if you need 3 digits =round(a1,3)

Regards
Tom
 
Back
Top