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.
我正在使用 IMPORTRANGE 来同步不同的工作表,但该函数似乎只导入单元格值而不是任何基础公式。
你能帮我吗?
据我了解,这就是它的工作原理。公式将在目标工作表上计算并返回一个值。ImportRange 然后将提取这些值。如果要对多个导入范围执行计算,则需要将公式与 ImportRange 公式放在同一张表上;不要拉公式通过在主表上重新计算。
例如(非常简化的示例):
主表
导入表 1
ImportSheet2(无法发布第三个链接,因为我没有足够的 Rep,但它与 ImportSheet2 相同,但数字不同)。