Excel 2010:在数据透视表中隐藏0值

时间:2012-05-22 15:28:36

标签: pivot-table excel-2010

对于计算为零的单元格,有没有办法在数据透视表中隐藏或显示空白单元格?

2 个答案:

答案 0 :(得分:3)

使用数字格式隐藏所选单元格中的零值:

按照此过程隐藏所选单元格中的零值。如果其中一个单元格中的值更改为非零值,则该值的格式将与常规数字格式类似。

1.Select the cells that contain the zero (0) values that you want to hide.
2.On the Format menu, click Cells, and then click the Number tab.
3.In the Category list, click Custom.
4.In the Type box, type 0;-0;;@

注释

- The hidden values appear only in the formula bar — or in the cell if you edit 
    within the cell — and are not printed.
- To display hidden values again, select the cells, click the Cells command on 
    the Format menu, and then click the Number tab. In the Category list, 
    click General to apply the default number format. To redisplay a date or 
    a time, select the appropriate date or time format on the Number tab.

http://office.microsoft.com/en-us/excel-help/display-or-hide-zero-values-HP005199879.aspx

答案 1 :(得分:0)

我倾向于这样做:

  1. 右键单击其中一个行标签
  2. 选择'过滤'
  3. 选择'值过滤器...'
  4. 选择'总和x' '不等于' 0(其中x是要求的值)
  5. 问题在于Excel错误地认为总和是非常小的非零值。解决方法:

    ' x'的总和'不在'之间。 -0.001和0.001(取决于您的工作精度)