close

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 amp; 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.

Maybe you could use another column with formulas like:
=text(a2,quot;yyyymmquot;)

If you really wanted to just worry about the month and ignore the year:
=text(a2,quot;mmquot;)
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:
gt;
gt; I have a column of dates that are populated with xx/xx/yyyy and I would like
gt; have another column that takes the date of the particular month amp; year and
gt; combine it to be recognized only as a month-year data cell. I am trying to
gt; do this so my pivot table will combine all of the dates within a certain
gt; month into a common total cell.

--

Dave Peterson

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 software 的頭像
    software

    software

    software 發表在 痞客邦 留言(0) 人氣()