data_array,bins_array!Calculates how often values occur within a range of values and then returns a vertical array of numbers ...

!data_array,bins_array!!Calculates how often values occur within a range of values and then returns a vertical array of numbers having one more element than Bins_array!is an array of or reference to a set of values for which you want to count frequencies (blanks and text are ignored)!is an array of or reference to intervals into which you want to group the values in data_array!