I have graphs (see attached) and the months April to September are supposed to appear but only April does? why is this? This is unfuriatingly irrititating!
I have graphs (see attached) and the months April to September are supposed to appear but only April does? why is this? This is unfuriatingly irrititating!
The data points are picked from a non contiguous range where as the axis labels are taken from a contigous range.
=SERIES('Monthly data '!$I$2,
'Monthly data '!$I$1:$CB$1,
('Monthly data '!$J$11,'Monthly data '!$V$11,'Monthly data '!$AH$11,'Monthly data '!$AT$11,'Monthly data '!$BF$11,'Monthly data '!$BR$11),
1)
So the first six cells of I1:CB1 are used.
try treating the category range the same as your data range.
=SERIES('Monthly data '!$I$2,('Monthly data '!$I$1,'Monthly data '!$U$11,'Monthly data '!$AG$1,'Monthly data '!$AS$1,'Monthly data '!$BE$1,'Monthly data '!$BQ$1),('Monthly data '!$J$11,'Monthly data '!$V$11,'Monthly data '!$AH$11,'Monthly data '!$AT$11,'Monthly data '!$BF$11,'Monthly data '!$BR$11),1)
Of course there is a limit, 1024 characters, to the length of the Series formula. So eventually you will extend that are not be able to add more dates.
You maybe better restructuring your data into contiguous ranges for charting
Hi
check your X axis labels - they should be corrected here
edvwvw
Not sure of the most efficient and timely way to fix this guys - as you can see if i have alot of columns in the data table with Denominator, numerator and % for each organisation and there are 3 of them. The graph itself just has to show the percentage though
it seems pretty ridiculous that you cannot reference category x axis labels non contiguously - where is the logic behind that?
Who said that?cannot reference category x axis labels non contiguously
I showed you what the formula would look like when using non contiguous ranges.
The limit is on formula length.
The solution and sensible approach is to layout your charting data in such a way that is suitable for charting.
Correct. So what you have in the example will work but going forward more additional periods will cause you problems.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks