Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a column of dates that are populated with xx/xx/yyyy and I would like
have another column that takes the date of the particular month & year and combine it to be recognized only as a month-year data cell. I am trying to do this so my pivot table will combine all of the dates within a certain month into a common total cell. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Maybe you could use another column with formulas like:
=text(a2,"yyyymm") If you really wanted to just worry about the month and ignore the year: =text(a2,"mm") or just =month(a2) === But before you do this, you may want to rightclick on that field in the pivottable and choose Group and show detail. Group by Month (or month and year). Each of the entries in that field in the raw data has to be a date--no text, no empty cells. C.Hirsch wrote: I have a column of dates that are populated with xx/xx/yyyy and I would like have another column that takes the date of the particular month & year and combine it to be recognized only as a month-year data cell. I am trying to do this so my pivot table will combine all of the dates within a certain month into a common total cell. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding month and year to form date | Excel Discussion (Misc queries) | |||
Date formula: return Quarter and Fiscal Year of a date | Excel Discussion (Misc queries) | |||
HELP - need to returns the current number of past month this year and ... | Excel Worksheet Functions | |||
Seed date formats to different year in different cells | Excel Discussion (Misc queries) | |||
How can I format a cell so date field only displays the Month? | Excel Discussion (Misc queries) |