【发布时间】:2015-09-02 03:12:57
【问题描述】:
我在 MS Excel 中有一个主工作簿,它引用了其他 4 个工作簿中的数据。
当它打开时,我收到以下消息:
We can't update some of the links in your workbook right now.
You can continue without updating their values, or edit the links you think are wrong.
[Continue] [Edit Links...]
每个引用的工作簿都包含一个 N 行 365 列的矩形范围,我将其命名为“DataRange”
我的主工作簿包含 4 批 N 行、365 列范围,其中数组公式链接到这些命名范围:
{='C:\Path\[Workbook1Name.xlsx]Sheet'![DataRange]}
感觉就像我遇到了 Excel 错误。。有人知道我做错了什么吗?
【问题讨论】:
标签: excel