Using the value in a cell as a cell reference in a formula?

后端 未结 1 551
-上瘾入骨i
-上瘾入骨i 2020-11-30 05:36

I\'d like to know how to pull cell references from the value of another cell and insert them into a formula.

For a simple example:

In cell A1 I have this:

1条回答
  •  渐次进展
    2020-11-30 06:17

    Use INDIRECT()

    =SUM(INDIRECT( & ":" & ))
    

    0 讨论(0)
提交回复
热议问题