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

后端 未结 1 549
-上瘾入骨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(<start cell here> & ":" & <end cell here>))
    
    0 讨论(0)
提交回复
热议问题