Jan 09 2023 05:52 AM
i have a pivot table with a large array of dates, when i sort it by dd it sorts like this: 1-10-11-12-13-14-15-16-17-18-19-2-20-21 -22.
I want the normal sorting 1-2-3-4-5-6-7-8-9-10-11-12.
My data source is dates I don't want to make any changes to my data source (by this I mean I don't want to add any columns or formulas, the data source currently consists of 12,000 rows, so this is not an option).
Jan 09 2023 07:01 AM