which better: Frequency vs Histogram

J

Jerry W. Lewis

I think you have missed the point. The article says that the table
produced by the ATP histogram tool is exactly the same as the table
(with same bin definitions) produced by the FREQUENCY function. The
difference is not in the values calculated, but in the fact that the
histogram table is a static table that will not update if you
subsequently change the data, whereas the FREQUENCY function gives a
live formula that would update.

Jerry
 
M

Melissa

oooh.... now I get it! Thanks!

Jerry W. Lewis said:
I think you have missed the point. The article says that the table
produced by the ATP histogram tool is exactly the same as the table
(with same bin definitions) produced by the FREQUENCY function. The
difference is not in the values calculated, but in the fact that the
histogram table is a static table that will not update if you
subsequently change the data, whereas the FREQUENCY function gives a
live formula that would update.

Jerry
 
Top