Change date formatting

  • Thread starter Thread starter Boop914
  • Start date Start date
B

Boop914

I have a spreadsheet that has a column of dates and a column of numbers.
The dates are entered as mm/dd/yy (01/01/03), but I have formatted the
dates so they appear as mmm-yy (Jan-03). The problem I'm having is I
want to create a pivot table that summarizes the information by month &
year (Jan-03), but because the original data included the actual date,
the pivot table has multiple entries for each month & year combination.
(For January alone, I have 73 different entries - I just want one sum
for January instead). Is there a way to change the format of the
original dates, so Excel sees them just as the month & year (Jan-03)?
 
Hi

I reckon you'll have to use a helper column with something like:
=TEXT(A2,"MMM-YY")
in it. You can then Copy/Paste Special/Values and use this column instead of
the other.

Andy.
 

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

Why this paste result? 4
Pivot Table Date Format 2
date 2
Pivot Table date format 1
Excel Vba to change displayed year automatically. 14
convert date to text month 2
Dates 2
dd/mm/yy if i change to some other format 2

Back
Top