R
Randy Harris
I have a workbook with several pivot tables that use "Month" for column or
row headings. Month is derived with:
=INDEX(Months,MONTH(F1),1)&" " &RIGHT(YEAR(F1),2)
The problem is that the columns don't come out in the correct order. (Apr
03, Jun 03, Dec 03, then May 03 - it's neither chronological nor ASCII
order). How should I go about fixing the pivot tables so that they display
the columns in order?
Excel Rookie -
row headings. Month is derived with:
=INDEX(Months,MONTH(F1),1)&" " &RIGHT(YEAR(F1),2)
The problem is that the columns don't come out in the correct order. (Apr
03, Jun 03, Dec 03, then May 03 - it's neither chronological nor ASCII
order). How should I go about fixing the pivot tables so that they display
the columns in order?
Excel Rookie -