I've got a chart that I'm trying to sort the bottom rows by month, but I keep getting them in this order:
1 10 11 12
I need it to be
10 11 12 1
I need it in this order because it's really 200710, 200711, 200712, 200801
How do I go about doing this?
1 10 11 12
I need it to be
10 11 12 1
I need it in this order because it's really 200710, 200711, 200712, 200801
How do I go about doing this?
Comment