Please Note: This article is written for users of the following Microsoft Word versions: 2007, 2010, 2013, and 2016. If you are using an earlier version (Word 2003 or earlier), this tip may not work for you. For a version of this tip written specifically for earlier versions of Word, click here: Suppressing a Zero in a Calculated Sum.

Suppressing a Zero in a Calculated Sum

Written by Allen Wyatt (last updated March 3, 2022)
This tip applies to Word 2007, 2010, 2013, and 2016


1

Word allows you to create tables and to do a limited amount of math based on the cells in the table. Primarily, Word allows you to sum different cells; for instance, you can sum all the values in a particular column. Exactly how you do this has been covered in different issues of WordTips.

When calculating a sum, if the values that make up that sum total zero, then Word will show a zero in the cell where the summation formula is placed. In some instances you may want Word to simply leave the cell blank if the sum is zero. There are two ways you can achieve this goal.

First, you can use the picture switch with the SUM field to get exactly the type of numeric display you want. There are three possible settings you can use with the picture field, the first for the display of positive numbers, the second for the display of negative numbers, and the third if the number is zero. The following use of the SUM field illustrates this concept:

{ =SUM(ABOVE) \# "#,##0.00;(#,##0.00);''" }

This is, of course, a field code, so the outermost brackets are created by pressing Ctrl+F9. The \# switch indicates that everything following and enclosed with quote marks constitutes the formats to be used in displaying the field results. The three settings within the quote marks are separated by semicolons. Thus, the first setting, #,##0.00, indicates that you want positive results displays using two decimal places and commas between thousands. The second setting, (#,##0.00), indicates the same treatment for negative numbers, except that the result is surrounded by parentheses. The third setting, which consists of two apostrophes with nothing between them, indicates that if the result is zero, you want nothing displayed.

The second possible solution is to use a nested field for calculating the sum. In this case, you would use the IF field to determine if the sum was zero. If it is, then you display the sum, if not, then you display nothing. The following is the example:

{ IF { =SUM(ABOVE) } = 0 "" { =SUM(ABOVE) } }

When this nested field is calculated, Word first checks to see if the sum of the above cells is zero. If it is, then the contents of what is between the quote marks (nothing) is displayed. If it is not, then the actual sum is displayed.

WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (9770) applies to Microsoft Word 2007, 2010, 2013, and 2016. You can find a version of this tip for the older menu interface of Word here: Suppressing a Zero in a Calculated Sum.

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

Jumping to the Top of a Page

Do you want to easily jump to the top of a page in your document? You can use the Go To command to make the shift, or you ...

Discover More

Special Differences when Searching

Word includes two different search engines. Which search engine you choose to use will dictate what Word shows as ...

Discover More

Editing Graphic Objects

Want to change the way that a graphic object appears in your worksheet? You need to edit it, then, using the techniques ...

Discover More

Do More in Less Time! Are you ready to harness the full power of Word 2013 to create professional documents? In this comprehensive guide you'll learn the skills and techniques for efficiently building the documents you need for your professional and your personal life. Check out Word 2013 In Depth today!

More WordTips (ribbon)

Differing Column Widths when Pasting

When you move information from one table to another, you may be faced with the problem of making that information fit ...

Discover More

Entering Tabs in a Table

When you press the Tab key while entering info into a table, Word dutifully moves to the next table cell. If you don't ...

Discover More

Cannot Set Heading Rows in a Table

Word allows you to specify which rows in a table should be considered headings. What if setting the headings doesn't work ...

Discover More
Subscribe

FREE SERVICE: Get tips like this every week in WordTips, 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 one less than 9?

2020-12-17 22:52:57

Jerome

Hi Allen,

This article was very useful for me. Actually, i would do many IF to check few conditions, but I found out it was not possible. I had to choose the most important condition. The header of the row is 2020-2021 wich give -1. That is why I decided to go with this option :

IF { =SUM(ABOVE) } = -1 "" { =SUM(ABOVE) \# "°0,00;(0,00);''"}

Thanks for your help,

Jerome


This Site

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

Videos
Subscribe

FREE SERVICE: Get tips like this every week in WordTips, 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.