Hi there, TIA for the help. I'm using excel 2010.
I want to create a table that expands horizontally, not vertically. The limitation of "no formulas in the table header" is frustrating the daylight out of me.
I've accomplished most of the following:
- Build a table object in excel that grows horizontally by one column each month (regular monthly report)
- Connect a chart to the excel table where the heading of the table is the x axis, and the data in the chart points to one or more rows in the table
- Make sure the chart is "Sticky" so that when the table expands, so does the chart
- Run my update macro that expands the table one column left to right
- When the macro expands the table, all the formulas in each row expand with it, and in addition have the header row increment by one month
Main problem:
The headings of the table are automatically formatted to text. I can't think of a single reason why they would do this. When I expand the table, I need the heading (which is formatted as a simple Month/Year like "Jan-13") to increment up by one month. Typically I use the following formula to achieve this outside of the table object:
=DATE(YEAR(A1),MONTH(A1)+1,1)
I can't use that formula in the header row of a table though.
How the hell do I accomplish this?
Thanks!!!
-Tim
Bookmarks