I have a data set that gives a specific value for each day of the week for one year.
I have 3 columns, the actual date, the day of the week, and the value. Something like |12/5/12 |Wednesday|0.0236|
Is there a way to separate my data set so that all of the Monday data points are together, all of the Tuesday points are together, Wednesday, etc.?
I'm hoping to run an ANOVA to look for differences between days of the week.

Thanks in advance