Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有点奇怪的问题,但在上面找不到任何东西:我有一个 .xlsb 文件,其中数据按组显示,必须通过下拉菜单选择,以便整个数据集的一部分显示在任何给定的时间。
我想获取所有组的基础数据,但由于某种原因,它所派生的工作表不存在。也就是说,我有一个Sheet1显示数据的单元格,保存数据的单元格有一个公式,上面写着=Sheet2!A1,但是没有Sheet2,并且没有隐藏工作表。
Sheet1
=Sheet2!A1
Sheet2
这里会发生什么?这是我不知道的特殊 .xlsb 功能吗?