相关疑难解决方法(0)

在Excel公式中查找所有使用的参考

以下是Excel中设置的示例,

[column1] [column2]

A1  =C3-C5

A2  =((C4-C6)/C6)

A3  =C4*C3

A4  =C6/C7

A5  =C6*C4*C3
Run Code Online (Sandbox Code Playgroud)

我需要在公式中提取使用过的引用

例如,

for "A1", I simply need to get the C3 and C5.
for A2, I need to get the C4 and C6.
Run Code Online (Sandbox Code Playgroud)

excel vba excel-vba

6
推荐指数
2
解决办法
5700
查看次数

标签 统计

excel ×1

excel-vba ×1

vba ×1