Please Note: This article is written for users of the following Microsoft Excel versions: 97, 2000, 2002, and 2003. If you are using a later version (Excel 2007 or later), this tip may not work for you. For a version of this tip written specifically for later versions of Excel, click here: Using the TRUNC Worksheet Function.

Using the TRUNC Worksheet Function

Written by Allen Wyatt (last updated June 2, 2018)
This tip applies to Excel 97, 2000, 2002, and 2003


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 use 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 (2151) applies to Microsoft Excel 97, 2000, 2002, and 2003. You can find a version of this tip for the ribbon interface of Excel (Excel 2007 and later) 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

Scaling Your Printing

If you want to cram more of your worksheet onto each page of a printout, one way to do it is by using scaling. Here's how ...

Discover More

Symbols for Non-Printing Characters

Displaying non-printing characters can help you better understand the formatting and contents of your documents. What do ...

Discover More

Typing in Boxes

Do you have bothersome boxes appear around the text in your document? Here's how you can get rid of them and make your ...

Discover More

Create Custom Apps with VBA! Discover how to extend the capabilities of Office 2013 (Word, Excel, PowerPoint, Outlook, and Access) with VBA programming, using it for writing macros, automating Office applications, and creating custom applications. Check out Mastering VBA for Office 2013 today!

More ExcelTips (menu)

Summing Only Visible Values

When you use SUM to determine the total of a range of values, Excel doesn't really pay attention to whether the values ...

Discover More

Using the SUBTOTAL Function

Need to sum up different ranges of cells? One of the tools you can use is the handy SUBTOTAL function, described in this tip.

Discover More

Using the INT Worksheet Function

The INT function allows you to convert a value to an integer. The effect the function has depends on the characteristics ...

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 8 + 7?

There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)


This Site

Got a version of Excel that uses the menu interface (Excel 97, Excel 2000, Excel 2002, or Excel 2003)? This site is for you! If you use a later version of Excel, visit our ExcelTips site focusing on the ribbon 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.