The ROUNDDOWN function rounds a number down toward zero with the number of digits you defined.
Formula:
=ROUNDDOWN(number, num_digits)
Explanations:
– Number is required, a number to be rounded.
– Num_digits is required, the number of digits you need to keep.
Cautions:
When num_digits is less than 0, the number is rounded to the left of the decimal point.