FormulaCraft

ROUNDDOWN

ROUNDDOWN truncates toward zero at the chosen number of decimal places, ignoring the following digit. Use it when you must never overstate a figure.

Excel
=ROUNDDOWN(A2, 0)
Google Sheets
=ROUNDDOWN(A2, 0)

Verified example

Computed by a real spreadsheet engine on the sample data below.

Value
12.9

=ROUNDDOWN(A2, 0)12

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

How it works

  1. 1A2 is the number.
  2. 20 rounds to whole numbers.
  3. 312.9 rounds down to 12.

Need a version for your data?

Try: “Round the value in A2 down to a whole number

Related

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: