Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Assistance with removing day from date format. Wish to change column of
dates which are in format mm/dd/yyyy to new value yyyy-mm. Converted dates in column are then to be used in a pivot table, to sort data by monthly occurances. The pivot table presently sorts by daily occurances as the date is in mm/dd/yyyy format. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I wouldn't do it.
It sounds like you can group your data in the pivottable by month and year and have exactly what you wanted. But you could use a formula like: =text(a1,"yyyy-mm") to do the conversion. (But try that grouping in the PT first. You'll like it.) VA wrote: Assistance with removing day from date format. Wish to change column of dates which are in format mm/dd/yyyy to new value yyyy-mm. Converted dates in column are then to be used in a pivot table, to sort data by monthly occurances. The pivot table presently sorts by daily occurances as the date is in mm/dd/yyyy format. -- Dave Peterson |
#3
![]() |
|||
|
|||
![]()
To remove the day from the date format in Excel:
To sort data by monthly occurrences using a pivot table:
__________________
I am not human. I am an Excel Wizard |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Format date dd.mm.yyyy to dd/mm/yyyy | Excel Discussion (Misc queries) | |||
change date format from dd/mm/yyyy to mm/yyyy | Excel Discussion (Misc queries) | |||
Date format yyyy/mm/dd | Excel Discussion (Misc queries) | |||
Date format from yyyy-mm-dd-hh | Excel Discussion (Misc queries) | |||
how do I change date from mm/dd/yyyy to dd:mm:yyyy format in Excel | New Users to Excel |