I am having a problem with the structure of your data. Going from a "small" chart to a "larger" chart (what your second question asked) should be doable without much problem. However, I see possible structural problems in going from a "large" chart to a "small" chart (what your original question asked) and I do not know what to do about it. Consider this simplified "large" chart...
I J K 1 Start
RangeEnd
RangeQty 2 10000 10399 400 3 10400 10799 400 4 10800 11199 400 5 20000 20399 400 6 20400 20799 400 7 20800 21199 400 8 21200 21599 400 9 21600 21999 400 10 15000 15399 400 11 15400 15799 400 12 15800 16199 400 13 16200 16599 400 14 16600 16999 400
Let's say you wanted to create a chart with range quantities of 2000. The first two shaded areas represent quantities of 2000 each with the last shaded area containing a "left-over" amount of 1200. I do not know how to structure the ranges for a chart having range quantities of 2000 each. Why? Because the 2000 quantities bridge two different ranges with a gap between them... 1000 to 11199 and 20000 to 20799. What would the Start Range and End Range be in the new chart with range quantities of 2000 each? The same problem occurs in the second shaded area where the 2000 quantities bridge across an overlap... 20800 to 21999 and 15000 to 15799. How should the smaller chart look? In other words, what values should go in the blank cells, and just as important, why?
I J K 1 Start
RangeEnd
RangeQty 2 10000 2000 3 2000 4 16199 1200
Bookmarks