I often use auto-scaling for the major unit and minor unit of the y-axis onmy charts. Usually, Excel’s wisdom figures out units that work just fine. However, when the range of values is small relative to the number of decimal places in the number specification for the tic labels, I get seemingly duplicated (but probably just rounded) numeric tic labels. For example, if the range of values is 0 to 5 and there are 10 tics and 0 decimal places are specified for the number format, the tic labels are “0, 1, 1, 2, 2, 3, 3, …”. I could specify 1 decimal place to get (0, 0.5, 1.0, 1.5, 2.0, …), but my values are in units of discrete items (# of tests performed), so it seems inappropriate to have fractional axis labels.
So the question is: Is there any way to get Excel to reduce the number of tics so that the displayed labels don’t repeat? I suspect I may have to resort to VBA coding to format the myself, but since Excel is so “smart”, I’m hoping there’s a way to do it “automatically” that I’ve overlooked.
Thanks.