Please Note: This article is written for users of the following Microsoft Excel versions: 2007, 2010, 2013, 2016, 2019, and Excel in Microsoft 365. If you are using an earlier version (Excel 2003 or earlier), this tip may not work for you. For a version of this tip written specifically for earlier versions of Excel, click here: Using the TRUNC Worksheet Function.

Using the TRUNC Worksheet Function

Written by Allen Wyatt (last updated October 2, 2021)
This tip applies to Excel 2007, 2010, 2013, 2016, 2019, and Excel in Microsoft 365


1

There may be times when you need to "truncate" a number at a certain number of digits. For this purpose Excel provides the TRUNC worksheet function. TRUNC can work with either one or two arguments, as necessary for your purposes. When used with only a single argument, TRUNC simply drops off any part of the number after the decimal point. For instance, consider the following:

=TRUNC(12.34)

This returns a value of 12, which is everything to the left of the decimal point. This result may look familiar, and you may be tempted to think that TRUNC does the same thing as the INT function. There are several differences, however. Consider a scenario where the argument is less than zero:

=TRUNC(-43.21)

In this instance, TRUNC returns -43, not -44 as INT would. Remember, when using TRUNC with a single argument, it simply drops everything to the right of the decimal point.

If you use a second argument with TRUNC, you can specify the number of decimal places at which you want the truncation to occur. For instance, the following formula returns a value of 12.3:

=TRUNC(12.34,1)

If you use a negative value for the second argument, the truncation takes place to the left of the decimal point. This has the same effect as returning powers of 10. For instance, consider the following example, which returns the value of 1200:

=TRUNC(1234.5678,-2)

ExcelTips is your source for cost-effective Microsoft Excel training. This tip (11703) applies to Microsoft Excel 2007, 2010, 2013, 2016, 2019, and Excel in Microsoft 365. You can find a version of this tip for the older menu interface of Excel here: Using the TRUNC Worksheet Function.

Author Bio

Allen Wyatt

With more than 50 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company. ...

MORE FROM ALLEN

Understanding Phantom Macros

When you delete all the macros in a workbook, Excel may still think you have some there. Here's why that happens and what ...

Discover More

Doubling Your Money

Make your money last longer by using your head when printing labels. Here's a great example of how you can double the ...

Discover More

Creating Special, Compound Characters

If you have a need for special characters (particularly in technical documents), Word provides a couple of ways you can ...

Discover More

Program Successfully in Excel! John Walkenbach's name is synonymous with excellence in deciphering complex technical topics. With this comprehensive guide, "Mr. Spreadsheet" shows how to maximize your Excel experience using professional spreadsheet application development tips from his own personal bookshelf. Check out Excel 2013 Power Programming with VBA today!

More ExcelTips (ribbon)

EOMONTH Function is Flakey

Some users have reported problems using the EOMONTH function in later versions of Excel, beginning with Excel 2007. The ...

Discover More

Converting Radians to Degrees

When applying trigonometry to the values in a worksheet, you may need to convert radians to degrees. This is done by ...

Discover More

Returning an ANSI Value

Need to know the character value of the first character in a string? It's easy to do, without using a macro, by using the ...

Discover More
Subscribe

FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."

View most recent newsletter.

Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is 6 + 5?

2021-10-05 03:45:08

Lars

Be careful

=TRUNC(1294,-2)

also returns 1200. It does nou round to powers of ten.


This Site

Got a version of Excel that uses the ribbon interface (Excel 2007 or later)? This site is for you! If you use an earlier version of Excel, visit our ExcelTips site focusing on the menu interface.

Newest Tips
Subscribe

FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."

(Your e-mail address is not shared with anyone, ever.)

View the most recent newsletter.