Collabora Office 21.06 帮助
在一个工作表单元格中,可以显示对另一个工作表中的单元格的引用。
类似地,也可以从另一个文档中引用单元格,但前提是已将此文档另存为文件。
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).
例如,在工作表 1 的单元格 A1 中输入以下公式:
「=Sheet2.A1」
点击电子表格底部的「工作表2」标签。将光标置于单元格 A1 内并输入文本或数字。
如果切换回工作表 1,则会在 A1 单元格内看到相同的内容。如果修改工作表 2 的单元格 A1 的内容,则也会修改工作表 1 的单元格 A1 的内容。
When referencing a sheet with name containing spaces, use single quotes around the name: ='Sheet with spaces in name'.A1
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.
选择「文件 - 打开」以加载现有电子表格文档。
选择「文件 - 新建」以打开新的电子表格文档。将光标置于要在其中插入外部数据的单元格中,并输入等号以表示要开始输入公式。
现在切换到刚加载的文档。点击包含要在新文档中插入的数据的单元格。
切换回新电子表格。在输入行中,您现在将看到 Collabora Office Calc 如何为您添加对公式的引用。
对另一个文档中的单元格的引用包含: 另一个文档的名称 (用单引号引起来),随后是井号 #、另一个文档的工作表的名称、点符号,最后是单元格的名称。
通过点击绿色复选标记来确认此公式。
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。