I'm trying to create a bar graph that shows the distribution of scores in one of my tables.
The X-axis should have the scores separated by ranges (ex. 60-65, 66-70, 71-75, etc.)
The Y-axis should have the number of people falling into those ranges.
I've tried to create this with queries and the chart-wizard, but couldn't get it right. The problem is that the scores aren't separated into ranges in the table, there's only the "Score" field for everyone.
I figured doing something in VBA would do the trick. Anyone know how to go about this? Thanks for any help!
The X-axis should have the scores separated by ranges (ex. 60-65, 66-70, 71-75, etc.)
The Y-axis should have the number of people falling into those ranges.
I've tried to create this with queries and the chart-wizard, but couldn't get it right. The problem is that the scores aren't separated into ranges in the table, there's only the "Score" field for everyone.
I figured doing something in VBA would do the trick. Anyone know how to go about this? Thanks for any help!