Pivot Table Date Groups

G

Guest

Hello,

I would like to be able to group dates in the row area of a pivot table so
that items are grouped into Australian financial years (1st July 2005 to 30th
June 2006 etc). Can this be done? Any help appreciated.
 
B

bob777

Set up a lookup table on a spare sheet that assigns the correct
accounting period to each of the 365 dates in the year, and add an
extra column to your spreadsheet headed acc_per

In that column =vlookup(ord_date, lookuptablename,2)

Then use acc_per in your pivot table.
 

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

Top