EliseFreedman
Programmer
Hi There
I am trying to create a dynamic chart in excel
my table is currently in the following format. I want to use the data to create a bar chart. However, I would like the chart to only include the months where there is already data. The Month label is =OFFSET(DynamicData!$A$2,0,0,COUNTA(DynamicData!$A:$A))
However, I would like to only show the months on the axis that already have data so in the example below the chart would only show January - March. How do I do this. I have tried NA() and whilst it makes april #NA and suppresses the bar in the chart, April still shows on the x axis.
Any help would be appreciated
Employees Commencing Physio
January 45
February 38
March 34
April
May
June
July
August
September
October
November
December
I am trying to create a dynamic chart in excel
my table is currently in the following format. I want to use the data to create a bar chart. However, I would like the chart to only include the months where there is already data. The Month label is =OFFSET(DynamicData!$A$2,0,0,COUNTA(DynamicData!$A:$A))
However, I would like to only show the months on the axis that already have data so in the example below the chart would only show January - March. How do I do this. I have tried NA() and whilst it makes april #NA and suppresses the bar in the chart, April still shows on the x axis.
Any help would be appreciated
Employees Commencing Physio
January 45
February 38
March 34
April
May
June
July
August
September
October
November
December