Hello
I am using Excel 2003.
I have a worksheet that is used to source a chart - the chart is on its own page as full page size. I've used named ranges for the graph source because I'm going to be entering new data each month. The named range for the months column is:
What I want to is create a title for the source of the data to place on the chart (via Camera). All but the last data point will be from one source and the last data entry from another. So if I have 6 data points for Jan to Jun I want to have formula which would read "Jan-11 to May-11 data is from DBA and Jun-11 is from DBB".
Any and all assistance greatly appreciated.
I am using Excel 2003.
I have a worksheet that is used to source a chart - the chart is on its own page as full page size. I've used named ranges for the graph source because I'm going to be entering new data each month. The named range for the months column is:
Code:
=OFFSET(DATA_P4R_admit!$A$8,0,0,COUNTA(DATA_P4R_admit!$A:$A)-1,1)
What I want to is create a title for the source of the data to place on the chart (via Camera). All but the last data point will be from one source and the last data entry from another. So if I have 6 data points for Jan to Jun I want to have formula which would read "Jan-11 to May-11 data is from DBA and Jun-11 is from DBB".
Any and all assistance greatly appreciated.