For example, I've created a random table of 100 people's ages. Just the same as the demographic polls you get with products you would buy.
One table contains the age ranges and the quantity of responses in each range. As you'll notice, each range isn't uniform. So, each histogram cell should have a different width to reflect the size of the age range.
As you can see, each age range has a different amount. So, each bin width is also.
Now, to accurately reflect each age range's size, each histogram column would have a width relative to each age range.
That varying bin width of each histogram column should be in proportion to each range.
The checkbox is a clever trick I put in to force a recalculation of first, new random ages in the Rand # column which then recalculates the Frequency of each range.
These pictures should help explain.
