Skip to main content
 

Convert decimal to whole number in Excel

Author: Sun Last Modified: 2019-06-25

This tutorial will tell you how to use formulas to convert decimal numbers to whole numbers in Excel.
doc convert decimal to whole number 1

Round decimal to whole number

Generic formula:

=ROUND(number,0)

Arguments

  • Number: Required, the decimal number you want to convert to a whole number.
  • 0: Required, no decimal digits that you want to retain.

Remarks

The decimal number will be rounded up if the first decimal digit >= 5, or it will be rounded down.

Examples

Formula Description Result
=ROUND(12.722,0)) Round 12.722 to whole number 13
=ROUND(12.222,0) Round 12.222 to whole number 11
=ROUND(12.5,0) Round 12.5 to whole number 13

Round decimal up to whole number

Generic formula:

=ROUNDUP(number,0)

Arguments

  • Number: the decimal number you want to round up to a whole number.
  • 0: Required, no decimal digits that you want to retain.

Remarks

The ROUNDUP function will round decimal numbers up to nearest whole number.

Examples

Formula Description Result
=ROUNDUP(1.03,0) Round 1.03 up to nearest whole number 2
=ROUNDUP(1.92,0) Round 1.92 up to nearest whole number 2

Round decimal down to whole number

Generic formula:

=ROUNDDOWN(number,0)

Arguments

  • Number: Required, the decimal number you want to round down to a whole number.
  • 0: Required, no decimal digits that you want to retain.

Remarks

The ROUNDDOWN function will round decimal numbers down to nearest whole number.

Examples

Formula Description Result
=ROUNDDOWN(123.234,0) Round 123.234 down to whole number 123
=ROUNDDOWN(123.662,0) Round 123.662 down to whole number 123

Sample File

doc sampleClick to download sample file


Relative Functions

  • Excel DECIMAL function
    The DECIMAL function converts a text representation of a number in a base into its equivalent decimal number. Take a instance, 11 is a text representation of 3 in base 2, using the formula =DECIMAL(11,2) convert 11 into decimal number 3.

Relative Formulas


The Best Office Productivity Tools

Kutools for Excel - Helps You To Stand Out From Crowd

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions
Popular Features: Find, Highlight or Identify Duplicates  |  Delete Blank Rows  |  Combine Columns or Cells without Losing Data  |  Round without Formula ...
Super VLookup: Multiple Criteria  |  Multiple Value  |  Across Multi-Sheets  |  Fuzzy Lookup...
Adv. Drop-down List: Easy Drop Down List  |  Dependent Drop Down List  |  Multi-select Drop Down List...
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  Compare Columns to Select Same & Different Cells ...
Featured Features: Grid Focus  |  Design View  |  Big Formula Bar  |  Workbook & Sheet Manager | Resource Library (Auto Text)  |  Date Picker  |  Combine Worksheets  |  Encrypt/Decrypt Cells  |  Send Emails by List  |  Super Filter  |  Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters ...)  |  50+ Chart Types (Gantt Chart ...)  |  40+ Practical Formulas (Calculate age based on birthday ...)  |  19 Insertion Tools (Insert QR Code, Insert Picture from Path ...)  |  12 Conversion Tools (Numbers to Words, Currency Conversion ...)  |  7 Merge & Split Tools (Advanced Combine Rows, Split Excel Cells ...)  |  ... and more

Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need is Just A Click Away...


Office Tab - Enable Tabbed Reading and Editing in Microsoft Office (include Excel)

  • One second to switch between dozens of open documents!
  • Reduce hundreds of mouse clicks for you every day, say goodbye to mouse hand.
  • Increases your productivity by 50% when viewing and editing multiple documents.
  • Brings Efficient Tabs to Office (include Excel), Just Like Chrome, Edge and Firefox.