将 Excel 2010 工作表复制到另一个工作簿

发布于 2024-10-21 08:22:38 字数 340 浏览 4 评论 0原文

我有两份 Excel 2010 电子表格副本,一个是用于编辑的副本,另一个是主副本。我在我的副本中创建了一个新工作表,用作统计页面,汇总所有其他工作表的总计。我希望将其转移到主副本中。如果我使用标准复制和粘贴或 Excel“移动工作表”功能,公式会复制但仍引用我的电子表格版本。

示例

Spreadsheet1 =>   =sum('sheet1'!A:A)
Spreadsheet2 =>   =sum('[Spreadsheet1.xlsx]sheet1'!A:A)

无需手动浏览主版本并编辑每个字段,任何人都可以建议一种复制此版本而不尝试引用原始电子表格的方法吗?

I have two copies of an Excel 2010 spreadsheet, my copy for editing and the master. I have created a new sheet in my copy which acts as a statistics page, totaling up totals from all other sheets. I wish to transfer this into the master copy. If I use standard copy and paste or the Excel 'Move Sheet' function the formulae copy over but still reference my version of the spreadsheet.

Example

Spreadsheet1 =>   =sum('sheet1'!A:A)
Spreadsheet2 =>   =sum('[Spreadsheet1.xlsx]sheet1'!A:A)

Without having to manually go through the master version and edit each field can anyone suggest a way to copy this over without it trying to refer back to the original spreadsheet?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

脸赞 2024-10-28 08:22:38

一个简单的解决方案(快速而肮脏):复制并粘贴后,用空字符串替换新工作表中的“[Spreadsheet1.xlsx]”

An easy solution (quick n dirty): after copy and paste, replace "[Spreadsheet1.xlsx]" in the new sheet by an empty string

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文