FREQUENCY(data_array, bins_array)
=FREQUENCY(C5:C14,F5:F8)
returns a multi-cell array of the frequency of the values in C5:C14 in the bins in F5:F8.
=TRANSPOSE(FREQUENCY(data,bins))
returns a horizontal result using the FREQUENCY formula.
=FREQUENCY(C5:C14,L5:L8)
returns an array of six counts that entered into G5 automatically spill the counts into the range G5:G9.
The FREQUENCY function is used to count the number of times a value appears in a range.