View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Rajesh Rajesh is offline
external usenet poster
 
Posts: 47
Default Pivot Table by Financial Year

Assuming dates are in coloumns.

First sort the data by date.
Insert a coloumn for year
keyin year coloumn based on your requirement (i.e., jul 06 to Jun 07) ( you
may simply do this by filtering date coloumn)
Finally do a pivot based on year coloumn.

regards
rajesh



"fn450" wrote:

I've got a spreadsheet with a large quantity of dates that cross over several
financial years. Is there a simple way to produce a pivot table to group
these dates by financial year, ie from Jul 06 to Jun 07, then Jul 07 to Jun
08 etc? The dates are entered as dd/mm/yyyy format. Any assistance would be
greately appreciated.