Dates ( UK Formats )

  • Thread starter Thread starter Paul C Merritt
  • Start date Start date
P

Paul C Merritt

I have a column of dates as below :

04-Oct-03
22-Oct-03
01-Aug-02
19-Aug-02
02-Sep-02
02-Sep-02

I want the dates within a pivot table to be grouped by
months eg Oct 03, Aug 02 etc. I have tried to format them
as month and year but when in Pivot table it treats them
as the exact date.

Any ideas ?

Thanks

Paul C Merritt
Notts
UK
 
Paul

I used to have this problem!! Formatting the cells does not alter how Excel
sees them. One way round it is yo use a helper column with something like

=TEXT(A2,"mm/yy")

in it. This places the text value of the date into the cell. Once this has
been done, and filled down, use Copy, Paste Special, Values to fix it.

Andy.
 
Paul C Merritt said:
I have a column of dates as below :

04-Oct-03
22-Oct-03
01-Aug-02
19-Aug-02
02-Sep-02
02-Sep-02

I want the dates within a pivot table to be grouped by
months eg Oct 03, Aug 02 etc. I have tried to format them
as month and year but when in Pivot table it treats them
as the exact date.

Formatting has no effect on the values. What you need to do is to make the
pivot table and then group by year and month within the pivot table. See
"grouping, in PivotTables" in Help for details.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top