removing year from date

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have several dates listed as mm/dd/yyyy. How do I remove the year
automaticall from a long list? I do not mean that I want to format the cell
to just show me the month and day, I want to actually remove the year data
from the column not just hide it. Thank you.
 
I have several dates listed as mm/dd/yyyy. How do I remove the year
automaticall from a long list? I do not mean that I want to format the cell
to just show me the month and day, I want to actually remove the year data
from the column not just hide it. Thank you.

If it is going to be a value that Excel recognizes as a date, it must include a
year.

Excel stores dates as serial numbers beginning with 1 = 1/1/1900 (or 1904). So
there is no way to "remove the year" and have Excel still recognize this value
as a "date".

If you just want the Month and Day, and don't want a year in the cell, then you
cannot store it as a serial number and have Excel convert it to a date.

You could change it to a TEXT string of mm/dd:

=TEXT(A1,"mm/dd")


--ron
 

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

Back
Top