> The histogram is plotted from a table of bin ranges and counts. If you
> change those table values into formulas, then the histogram will update with
[quoted text clipped - 7 lines]
> > "Tools, Data Analysis, Histogram" each time. I have already tried recording
> > my steps, with "Record New Macro" in the tools menu, but this does not work.
See Help for the COUNTIF worksheet function.
Excel's bin labels give the upper limit of the bin. If the bin labels start
in A2, then a formula like
=IF(A2="More",COUNT(dataRange)-COUNTIF(dataRange,"<="&A1),COUNTIF(dataRange,"<="&A2)-COUNTIF(dataRange,"<="&A1))
in B2 and copied down over the following bin count cells would give
histogram bins tat would update as the data changes.
Jerry
> Thanks for the reply Jerry,
>
[quoted text clipped - 14 lines]
> > > "Tools, Data Analysis, Histogram" each time. I have already tried recording
> > > my steps, with "Record New Macro" in the tools menu, but this does not work.
Mike Williams - 11 Sep 2006 13:20 GMT
Thanks again Jerry.
Best regards,
Mike
> See Help for the COUNTIF worksheet function.
>
[quoted text clipped - 26 lines]
> > > > "Tools, Data Analysis, Histogram" each time. I have already tried recording
> > > > my steps, with "Record New Macro" in the tools menu, but this does not work.