Skip to main content

Convert decimal to whole number in Excel

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...

Description


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.
Comments (15)
Rated 5 out of 5 · 1 ratings
This comment was minimized by the moderator on the site
Merhaba
Formül de bir sayının %70 ni aldığımda 73,5 çıkıyor bunu da 7 ile çarptığımda ise 514.5 çıkıyor. Ama hesaplama da ben 74*7 yaptığımda 518 olmasını sağlamak isityorum. Bu sayı tam olarak nasıl çarptırım excelde ...Teşekkür ederim.
This comment was minimized by the moderator on the site
Hi, using ROUNDUP function to round 73.5 to 74 and then multiply 7.
=ROUNDUP(73.5,0)*7
This comment was minimized by the moderator on the site
Bonjour ! je souhaite revenir à la cellule normale qui m'écrirait 12 et non 0,00012 comme c'est le cas en ce moment dans ma machine : je ne sais plus qu'est-ce que j'ai touché pour y parvenir. merci.
This comment was minimized by the moderator on the site
how to convert 8.25 lakhs to 825000
This comment was minimized by the moderator on the site
Hi, rashmi, if only numbers in the cell, using the numbers to multiply 100000 such as =8.25*100000; if there is numbers and texts in a cell, using text to columns feature to split the text and numbers into two columns, then multiply 1000000.
Please let me know if work for you.
This comment was minimized by the moderator on the site
how to convert 570 to 600
This comment was minimized by the moderator on the site
use =ROUND(A1,-1)
OR
=ROUND(A1,-2)
Rated 5 out of 5
This comment was minimized by the moderator on the site
A1=570,IF(RIGHT(A1,2)>=5,(RIGHT(A1,3)+1)*100,RIGHT(A1,3)*100)
如果有千位以上再加上*1000....*10000,類推。
...
這是最簡單的函數運用,可能有其他函數也可以用。
This comment was minimized by the moderator on the site
2885/1000=2.885.I WANT TO APPEAR ONLY FULL DIGIT ONLY (2),ANYBODY TO EXPLAIN?
This comment was minimized by the moderator on the site
You can use INT() function
This comment was minimized by the moderator on the site
0.00006944 as a whole number
This comment was minimized by the moderator on the site
How to convert 0.2677 into 2,677?
This comment was minimized by the moderator on the site
0.2677*10000
This comment was minimized by the moderator on the site
MY 0 DOESNT APPEAR IN THE FIRST ROW . EXAMPLE IF I TYPE 0158691 THE 0 DOESNT APPEAR
This comment was minimized by the moderator on the site
Hi,Pamela Newton, if you want to keep the leading zeros while you are typing, this tutorial https://www.extendoffice.com/documents/excel/1778-excel-delete-keep-leading-zeros.html lists some methods may help you
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations