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.
我有这个 excel 函数INDIRECT($D$2&"!A:A"),它返回一个实数。
INDIRECT($D$2&"!A:A")
我没有得到的是“!A:A”。$D$2& 指的是工作表名称,那么它对这个工作表的 A 列做了什么样的数学公式?
公式A:A返回与公式在同一行的 A 列中的值。因此,如果您的公式在B6中,那么将从D2中引用的工作表中INDIRECT($D$2&"!A:A")返回A6
A:A