excel透视表转普通表
Excel reports often have blank rows that separate the sections. In this example, I needed a new formula to calculate the average price per order. After entering the formula in cell E2, I copied it down to the last row in the report. That was quicker than pasting the formula into each little section in a long report.
Excel报表通常具有将各节分开的空白行。 在此示例中,我需要一个新公式来计算每个订单的平ASP格。 在单元格E2中输入公式后,我将其复制到了报表的最后一行。 这比在长报告中将公式粘贴到每个小部分中要快。
Now all the blank rows have an error in the new column, because Excel doesn't like to divide by zero.
现在,所有空白行在新列中都有一个错误,因为Excel不喜欢被零除。
You don't want the formula in those rows, so you can use Excel's Go To feature to quickly clear the cells that contain errors.
您不需要这些行中的公式,因此可以使用Excel的“转到”功能快速清除包含错误的单元格。
使用转到特别 (Use Go To Special)
- Select column E, where the average order formula was added. 选择列E,其中添加了平均订单公式。
- On the Ribbon, click the Home tab. 在功能区上,单击“主页”选项卡。
- Click Find & Select, then click Go To Special. 单击查找并选择,然后单击转到特殊。
(In Excel 2003 and earlier versions, click Edit►Go To, and click the Special button. The keyboard shortcut for Go To is F5.)
(在Excel 2003和更早版本中,单击“编辑”►“转到”,然后单击“特殊”按钮。“转到”的键盘快捷键是F5 。)
- In the Go To Special dialog box, select Formulas. You want to go to the cells that contain a formula, where the formula results in an error. 在转到特殊对话框,选择公式。 您要转到包含公式的单元格,该公式会导致错误。
- Under Formulas, remove all the check marks except for Errors, then click OK. 在“公式”下,删除“错误”以外的所有复选标记,然后单击“确定”。
- On the worksheet, only the error cells are now selected. 在工作表上,现在仅选择错误单元格。
- To clear them, press the Delete key on the keyboard. 要清除它们,请按键盘上的Delete键。
特殊用途的其他用途 (Other Uses for Go To Special)
As you can see in the Go To Special dialog box, there are many types of special cells you can select on a worksheet.
正如您在转到特殊对话框中所看到的,可以在工作表上选择多种特殊单元格。
I often use it to find blank cells in a column, then I delete those entire rows, or fill in the blank cells.
我经常用它来查找列中的空白单元格,然后删除全部行,或填写空白单元格 。
翻译自: https://contexturesblog.com/archives/2008/11/12/go-to-special-sections-of-an-excel-worksheet/
excel透视表转普通表