You can create a helper column for use in your pivot table
D2: =TEXT(A2,"mmdd")
E2: =TEXT(A2,"yyyy")
Don't use mmm or mmmm for Jan or January as they will not sort
properly for your.
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages:
http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page:
http://www.mvps.org/dmcritchie/excel/search.htm
"pradeep-kar" wrote in message ...
Excel: i need to convert date format <12/17/2004 to TEXT :< Dec 04 or <Dec
2004. I need this data so that i can make a pivot table based on Month wise
data.