Trying to sort 6 columns in sets of two.
I have a sheet with a range of data in groups by year.
I have 6 columns grouped by year (data to search for, countif to search range)
EXAMPLE;
YEAR: 2006 2007 2008
COLUMNS : A B C D E F
(DATA) (COUNT) (DATA) (COUNT) (DATA) (COUNT)
I need to sort each column group (A&B…) in descending order of “count”
I select each column range and sort. The first column sorts correctly but the others, when selected, will not sort correctly.
Thank you