Forum Discussion
REJrej
Mar 22, 2023Copper Contributor
Frequency calculation
I have a column of lengths which I wish to organise into a column of lengths with 0.5mm separation. I would like to have a step by step method to fill the frequency array from the data array using th...
NikolinoDE
Mar 22, 2023Gold Contributor
Here are the steps to use the function:
- Enter your raw data into a row, column or combination or rows and columns.
- In a separate column, specify the intervals you want the FREQUENCY function to consider.
- Next to the intervals column, create an “Upper Limit” column that notes the upper limit of each interval.
- Create a “Frequency” column.
- Select the cells where you want the results to go.
- Switch to the “Formulas” menu and click the “More Functions” button.
- On the drop-down menu, point to the “Statistical” submenu, scroll down a bit, and then click the “FREQUENCY” function.
- Type in your data array and bin array separated by commas (e.g., =FREQUENCY(A1:A50,B1:B10)).
- Press CTRL+Shift+Enter (For Mac: Press Command+Shift+Enter) .
If you’re still getting 0 all down the results array, make sure that you have entered your data array and bin array correctly separated by commas in step 8 above.
Even though my knowledge of mac is limited, I hope this information has been of some help.