Round Down

  • Thread starter Thread starter angeli
  • Start date Start date
Hi Angeli

Not specifically, but you can use the Int function to round down to the
nearest integer. If you want to round down, say to two decimal places, then
use:
Int([Number]*100)/100
 
Back
Top