以下是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)