Making a histogram in numbers
I know that there's a lot of posts on this already but I am so confused by them.
So I have one column that has 2451 values in a random order and I want to make a histogram of them.
They range from 0-24.5 in intervals of 0.1 so I made another column that has the values 0.0, 0.1, 0.2, ... 24.4, 24.5
How do I make a histogram from this data?