schielrn
Well-known Member
- Joined
- Apr 4, 2007
- Messages
- 6,941
Does anyone know why you cannot seem to sum accross sheets using indirect? I cannot seem to get this to work and I have tried a million different ways. I have a sheet called cumulative, but I do not want it to be all sheets, which is what I have it as currently. For this example I will just make it simple. I have a cumulative tab and 365 sheets after it for each day of 2007. What I would like is for someone to be able to type in 2 dates and get values for thall sheets including and between those 2 dates. But indirect keeps giving me a #ref error and maybe I am doing it worng. It works fine for 1 sheet using sum. Here is my example below. I have a 1 in cell A1 in sheets 01012007 through 01052007. I should expect a result of 5. 01062007 through 12312007 are blank, but that should have no impact on this.
It seems to work fine except for when you want to sum accross worksheets and I haven't been able to figure out how to construct it, if it is even possible. Basically I just want people to be able to input 2 dates and be able to see a cumulative total for that time period in this cumulative sheet. I would like to stay away from VBA and UDFs because this is going to be passed out throught management and they don't always enable macros. Any help would be appreciated. Thanks.
Book1 | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | 5 | |||||
2 | 1 | 01012007 | 12312007 | |||
3 | 1 | 01012007 | 12312007 | |||
4 | #REF! | 01012007 | 12312007 | |||
5 | #REF! | 01012007 | 12312007 | |||
6 | #REF! | 1/1/2007 | 12/31/2007 | |||
7 | #REF! | 1/1/2007 | 12/31/2007 | |||
Cumulative |
It seems to work fine except for when you want to sum accross worksheets and I haven't been able to figure out how to construct it, if it is even possible. Basically I just want people to be able to input 2 dates and be able to see a cumulative total for that time period in this cumulative sheet. I would like to stay away from VBA and UDFs because this is going to be passed out throught management and they don't always enable macros. Any help would be appreciated. Thanks.
Last edited: