We are in the process of updating the site, so some pages still have the older design.

Get the Decimal Part of a Number in Excel

Download Project Files
Author: | Edits: don

How to get the decimal part of a number without any rounding in Excel.

This tip allows you to simply remove the whole number, integer, from the number in order to return the decimal portion of the number.

To do this, we need to use the TRUNC function inside a small formula.

If the number is in cell A1, use this formula to get the decimal part of the number:

=A1-TRUNC(A1)

f0a334eb8f4b5e5b886ab949a8b4a86f.png

This returns:

69f1daff15e8ed277ce91e080e3f49f6.png

As you can see, no rounding occurred; it simply output everything after the decimal.

This formula uses the TRUNC function to get the integer from cell A1 and then subtracts that integer from the number in cell A1, which leaves you with the decimal.

If you Evaluate the formula, you will see that the calculation looks like this: 123.8459-123

Notes

This is a simple formula that builds on the TRUNC function in Excel. Similarly, you can get the whole number, integer, part of a number.

Download the attached file to work with this example in Excel.

Download the Project Files

Follow along with the tutorial by downloading the files used in it. (Completely Free)

Phone number is optional - we use it to send course discounts and weekly updates via SMS.

SMS Terms ▾
By submitting this form, you agree to receive recurring automated marketing text messages from TeachExcel at the mobile number provided. Consent is not a condition of any purchase. Msg frequency varies. Msg & data rates may apply. Reply HELP for help or STOP to cancel at any time.

View our Privacy Policy | Terms of Use

Excel Function: TRUNC()
Downloadable Files: Project File

Download Project File

Follow along with the tutorial by downloading the files used in it. (Completely Free)

Phone number is optional - we use it to send course discounts and weekly updates via SMS.

SMS Terms ▾
By submitting this form, you agree to receive recurring automated marketing text messages from TeachExcel at the mobile number provided. Consent is not a condition of any purchase. Msg frequency varies. Msg & data rates may apply. Reply HELP for help or STOP to cancel at any time.

View our Privacy Policy | Terms of Use

Question? Ask it in our Excel Forum


Excel VBA Course
Excel VBA Course - From Beginner to Expert

200+ Video Lessons 50+ Hours of Instruction 200+ Excel Guides

Become a master of VBA and Macros in Excel and learn how to automate all of your tasks in Excel with this online course. (No VBA experience required.)

View Course

Similar Content on TeachExcel
Get the Integer Part of a Number in Excel
Tutorial: How to get the integer part, the whole number, from a number that has a decimal after it....
Get the First Word from a Cell in Excel
Tutorial: How to use a formula to get the first word from a cell in Excel. This works for a single c...
Remove Gridlines from Only Part of a Worksheet in Excel
Tutorial: How to remove gridlines from a part of a worksheet in Excel instead of the entire workshe...
Extract the Last Word from a Cell in Excel - User Defined Delimiter Text Extraction - UDF
Macro: This UDF (user defined function) extracts the last word or characters from a cell in Excel...
Get the Numeric Value of any Constant in VBA
Tutorial: Two simple tricks to get the number value for constants in VBA and Macros for Excel. Cons...
Print Only Specific Parts of a Worksheet in Excel
Tutorial: In Excel you can select parts of a worksheet to print while ignoring all of the other data...
Tutorial Details
Excel Function: TRUNC()
Downloadable Files: Project File

Download Project File

Follow along with the tutorial by downloading the files used in it. (Completely Free)

Phone number is optional - we use it to send course discounts and weekly updates via SMS.

SMS Terms ▾
By submitting this form, you agree to receive recurring automated marketing text messages from TeachExcel at the mobile number provided. Consent is not a condition of any purchase. Msg frequency varies. Msg & data rates may apply. Reply HELP for help or STOP to cancel at any time.

View our Privacy Policy | Terms of Use
Excel VBA Course
Excel VBA Course - From Beginner to Expert

200+ Video Lessons
50+ Hours of Video
200+ Excel Guides

Become a master of VBA and Macros in Excel and learn how to automate all of your tasks in Excel with this online course. (No VBA experience required.)

View Course