Forum Discussion
MAEKO
Apr 27, 2023Copper Contributor
Pivot Table Date Format
Hello, I am taking a values on the system automatically. Date format is DD.MM.YYYY My PC date setting is DD.MM.YYYY. When i wanted to create pivot table, dates seems ungroup. But i click two times...
- Apr 27, 2023
That sounds like Excel originally treated the dates as text.
You can try the following:
- Select the dates in the source data.
- On the Data tab of the ribbon, click Text to Columns.
- Select Delimited, then click Next >> twice.
- In step 3, select DMY from the Date drop down.
- Click Finish.
To group by month, quarter and year in the pivot table:
- Right-click any of the (ungrouped) dates in the pivot table.
- Select Group... from the context menu.
- Select Months, Quarters and Years.
- Click OK.
HansVogelaar
Apr 27, 2023MVP
That sounds like Excel originally treated the dates as text.
You can try the following:
- Select the dates in the source data.
- On the Data tab of the ribbon, click Text to Columns.
- Select Delimited, then click Next >> twice.
- In step 3, select DMY from the Date drop down.
- Click Finish.
To group by month, quarter and year in the pivot table:
- Right-click any of the (ungrouped) dates in the pivot table.
- Select Group... from the context menu.
- Select Months, Quarters and Years.
- Click OK.
MAEKO
Apr 27, 2023Copper Contributor
Thanks a lot HansVogelaar