Have one cell represent a cell range

后端 未结 2 873
说谎
说谎 2020-12-21 00:40

Excel 2003 Question:
I\'d like to have one cell represent a range of cells. So that another formula can use it.

Right now, I have an equation to sum the hours wo

2条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-21 00:53

    Store in the cell the address as mere text.

    When using that range, use INDIRECT(B10).

    See Excel DSUM with multiple criteria for a somewhat more complex usage example.

提交回复
热议问题