Indirect References
Posted by Andy Cantrell on July 09, 2001 10:46 AM
I have the following
Summary!A10 =SUM(Weekly!D1:Weekly!G1)
If I set
Summary!A9 "Weekly"
Can I then use the value from Summary!A9 in Summary!A10 ??
The following:
Summary!A10 =SUM(INDIRECT(A9&"!D1"):INDIRECT(A9&"!G1"))
works, but I loose the ability to easily shift columns around
under the Weekly sheet. Is there a better way to do this?