Spread 8.0 Documentation
ROUNDDOWN
Support Options
Formula Reference > Built-In Functions > ROUNDDOWN

Glossary Item Box

ROUNDDOWN


Name

Round down

Description

Rounds the specified number down to the nearest number, using the specified number of decimal places.

Syntax

ROUNDDOWN(value1, value2)

Remarks

Use the value1 argument to specify the number to round. Use the value2 argument to specify the number of decimal places.

Note the following about the value2 argument:

Regardless of the sign of the number specified by the value1 argument, the number is rounded away from zero.

See also CEILING, EVEN, FLOOR, INT, ODD, ROUND, ROUNDUP, TRUNC.

Data Type

Accepts numeric data for both arguments. Returns numeric data. For more information, see Data Type for Each Cell Type.

Example

ROUNDDOWN(3.2,0)=3
ROUNDDOWN(3.14159,3)=3.141
ROUNDDOWN(-3.14159,1)=-3.1
ROUNDDOWN(31415.92654,-2)=31400

Copyright © GrapeCity, inc. All rights reserved.