Word.Tips.Net Welcome toWord.Tips.Net

Helpful Links

Tips.Net Home
WordTips Home

Ask a Word Question
Make a Comment

Tips.Net Store

WordTips FAQ
WordTips Premium

Learn Access Now
Free Printable Forms

Beauty Tips
Car Tips
Cleaning Tips
College Tips
Cooking Tips
Excel2007 Tips
ExcelTips
Family Tips
Gardening Tips
Health Tips
Home Tips
Legal Tips
Money Tips
Organizing Tips
Pest Tips
Pet Tips
Wedding Tips
Word2007 Tips
WordTips

Advertise on the
WordTips Site

Newest Tips

Printing On Both Sides of the Paper

Turning Off AutoComplete for Dates

Ordering Search and Replace

Understanding Auto Line Spacing

Adding Comments to Your Document

Conditional Calculations in Word

Determining Word Frequency

 

Displaying Blanks when Summing to Zero

Summary: If you use fields to sum the information in your table columns, you might want to display a blank when the sum is zero. The easiest way to do this is by adding a couple of switches to your field codes. (This tip works with Microsoft Word 97, Word 2000, Word 2002, Word 2003, and Word 2007.)

When you are working with tables in Word, you can use a field to sum the values in a range of cells or in an entire column. Normally, if the sum of the range is zero, the field displays a 0—this seems reasonable. You may, however, want the field to display a blank when the sum is zero, instead of the actual number 0.

To do this, simply modify your sum formula as follows:

{ =SUM(ABOVE) \# #;-#; }

Notice the addition of several parameters after the SUM formula. The first (\#) is known as a numeric picture field switch. It tells Word that the following codes represent a picture of how you want numeric information displayed. The second switch (just before the first semicolon) indicates how you want positive numbers to display. The second (just before the second semicolon) indicates how you want negative numbers to display. The final one (in this case blank, just after the second semicolon) indicates how you want zero values to display. Since this is blank, zero values are displayed as blanks.

You can apply the same logic if you want to display dollar values. Simply change the formatting codes used in the field to match how you want the data displayed:

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

Here positive numbers are displayed with a dollar sign, commas (if necessary) and two decimal places. Negative values are displayed the same, except there are parentheses around the number. Again, zero values are left blank.

Tip #543 applies to Microsoft Word versions: 97 | 2000 | 2002 | 2003 | 2007

Great Idea! Word is a tool to get what you really want—printed output. This means you need to make sure that Word works as well as possible with your printer, whether it is sitting on your desk or in a room down the hall.
 
Check out WordTips: Printing and Printers today!