business models
New Member
- Joined
- Dec 14, 2012
- Messages
- 8
Using Excel 2007, I need to update numerous charts on a monthly basis. All data is contained within 1 workbook with numerous worksheets. The charts present information from multiple worksheets. I am searching for a way to use a formula that defines the number of data points being charted. ALL worksheets follow a similar format:
Variable name is in A1 (i.e., revenue); monthly data begins in col E and continues.
I created a formula that allows me to define the range desired using defined names. How do I incorporate this formula in a chart? The formula is valid within the "SUM" function; but i need to utilize it within a chart.
[TABLE="width: 72"]
<tbody>[TR]
[TD="class: xl389, width: 72"]=SUM(INDIRECT(ADDRESS(117,Begin_Mo_History,,TRUE,"ISHistory")&":"&ADDRESS(117,End_Mo_History,,TRUE, ) ) )
Defined names: Begin_Mo_History = 5 (col E); End_Mo_History = 46 (col AT)
My goal is to reproduce the following range ('IS History'!$E$117:$AT$117) in a chart using the formula above. Can this be done?[/TD]
[/TR]
</tbody>[/TABLE]
Variable name is in A1 (i.e., revenue); monthly data begins in col E and continues.
I created a formula that allows me to define the range desired using defined names. How do I incorporate this formula in a chart? The formula is valid within the "SUM" function; but i need to utilize it within a chart.
[TABLE="width: 72"]
<tbody>[TR]
[TD="class: xl389, width: 72"]=SUM(INDIRECT(ADDRESS(117,Begin_Mo_History,,TRUE,"ISHistory")&":"&ADDRESS(117,End_Mo_History,,TRUE, ) ) )
Defined names: Begin_Mo_History = 5 (col E); End_Mo_History = 46 (col AT)
My goal is to reproduce the following range ('IS History'!$E$117:$AT$117) in a chart using the formula above. Can this be done?[/TD]
[/TR]
</tbody>[/TABLE]