I am attempting to create a pivot table from a report that I have but the pivot table is not going in order. I know it is because Here is a sample:
[TABLE="width: 30"]
<tbody>[TR]
[TD]Month Submitted[/TD]
[TD]Due Date[/TD]
[TD]Person Requesting[/TD]
[/TR]
[TR]
[TD]=TEXT(B2,"MMM YYYY")[/TD]
[TD]##/##/####[/TD]
[TD]John, Chris Jamie, or Sam[/TD]
[/TR]
[TR]
[TD]This is the formula that is giving me problems[/TD]
[TD]Auto populated in this format[/TD]
[TD]Auto populated with one of the above[/TD]
[/TR]
</tbody>[/TABLE]
When I pull my pivot table, because I am requesting text (Apr 2016, for instance), it is coming through on the pivot table in alphabetical order, rather than date order. How can I fix that?
[TABLE="width: 30"]
<tbody>[TR]
[TD]Month Submitted[/TD]
[TD]Due Date[/TD]
[TD]Person Requesting[/TD]
[/TR]
[TR]
[TD]=TEXT(B2,"MMM YYYY")[/TD]
[TD]##/##/####[/TD]
[TD]John, Chris Jamie, or Sam[/TD]
[/TR]
[TR]
[TD]This is the formula that is giving me problems[/TD]
[TD]Auto populated in this format[/TD]
[TD]Auto populated with one of the above[/TD]
[/TR]
</tbody>[/TABLE]
When I pull my pivot table, because I am requesting text (Apr 2016, for instance), it is coming through on the pivot table in alphabetical order, rather than date order. How can I fix that?