convert date to text month

A

april

i want to make a pivot table with the months as col headings.

my raw data looks like this:
col a col b col c col d
date -- account cost center amt

i have tried formatting col a as date (Jan 01, Feb - 01, etc) but when i
try to put the data into a pivot table with the dates as the col heading, the
pivot table ignores the Jan -01 format and puts each date as a col heading.
i know that i could sort the data and manually put in "Jan" for all the dates
between 1/1 and 1/31 but i have many rows and this is tedious.

thanks in advance for your help
aprilshowers
 
D

Daryl S

April -

Add a column to your data that contains a formula like this:

=TEXT(A4,"mmm yy")

Then use that column instead of the column A for your pivot.
 

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

Averaging unique values 2
Date ! 1
Pivot Table 5
Formulas to VBA 5
question about sum 2
Formula for Latest Entry For Each Month 4
using sumifs with multiple criteria? 3
How to use AVERAGEIFS for a date range 2

Top