Sorting

  • Thread starter Thread starter anonymous
  • Start date Start date
A

anonymous

I am having problems sorting data in 2 colums
I want to sort Data by the Country, and then by the Month.
I use Data, Sort
But when I added this, it only sorted by the Country, and
not by the Month as well.
 
Have you got a spare column between the two, because if
you have that is the problem. If that is the case you
need to select the column before you sort. In fact try
that anyway.

Hope this helps
Judith
 
Back
Top