This would be very easy to do.
Create another column, call it "Group"
And now put in a very simple formula that says:
=IF(B3<30,"30 or Under","Over 30")
Assuming B3 is where your Age is.
Write whatever you want in the quotes.
Now you can sort it or do whatever you want to analyze/group the...