G
Guest
I'm trying to count the occurences of years within a certain range
I have a column with years appearing as follows
191
193
194
194
194
195
195
195
195
I want to group them into decades. Therefore I need to count the occurences between 1910 and 1919, 1920 and 1929, etc etc. How do I do this?
Thanks for your help.
I have a column with years appearing as follows
191
193
194
194
194
195
195
195
195
I want to group them into decades. Therefore I need to count the occurences between 1910 and 1919, 1920 and 1929, etc etc. How do I do this?
Thanks for your help.