引用其他工作表

在一个工作表单元格中,可以显示对另一个工作表中的单元格的引用。

类似地,也可以从另一个文档中引用单元格,但前提是已将此文档另存为文件。

引用同一文档中的单元格

  1. Open a new, empty spreadsheet. By default, it has only a single sheet named Sheet1. Add a second sheet clicking on + button to the left of the sheet tab in the bottom (it will be named Sheet2 by default).

  2. 例如,在工作表 1 的单元格 A1 中输入以下公式:

    =Sheet2.A1

  3. 点击电子表格底部的「工作表2」标签。将光标置于单元格 A1 内并输入文本或数字。

  4. 如果切换回工作表 1,则会在 A1 单元格内看到相同的内容。如果修改工作表 2 的单元格 A1 的内容,则也会修改工作表 1 的单元格 A1 的内容。

tip

When referencing a sheet with name containing spaces, use single quotes around the name: ='Sheet with spaces in name'.A1


tip

The example uses Calc formula syntax. It is also possible to use Excel A1 or R1C1 formula syntax; this is configured on Formula options page.


引用其他文档中的单元格

  1. 选择「文件 - 打开」以加载现有电子表格文档。

  2. 选择「文件 - 新建」以打开新的电子表格文档。将光标置于要在其中插入外部数据的单元格中,并输入等号以表示要开始输入公式。

  3. 现在切换到刚加载的文档。点击包含要在新文档中插入的数据的单元格。

  4. 切换回新电子表格。在输入行中,您现在将看到 Collabora Office Calc 如何为您添加对公式的引用。

    对另一个文档中的单元格的引用包含: 另一个文档的名称 (用单引号引起来),随后是井号 #、另一个文档的工作表的名称、点符号,最后是单元格的名称。

  5. 通过点击绿色复选标记来确认此公式。

  6. If you drag the box in the lower right corner of the active cell to select a range of cells, Collabora Office automatically inserts the corresponding references in the adjacent cells. As a result, the sheet name is preceded with a "$" sign to designate it as an absolute reference.

如果查看该公式中的另一个文档名称,您将注意到它采用 URL 格式。这意味着,也可以输入 Internet 中的 URL。

请支持我们!