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
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.