how do I change a date to show the year only?

  • Thread starter Thread starter Nicholw
  • Start date Start date
N

Nicholw

Hi - I have a date that is currently for example 9/28/2007 that I wish to
just say 2007 - but I want to keep the other date as is - can I create a
formula in the column beside it to adjust the date next to it and copy it
down and if so what would that formula be? Thanks so much!
 
With your date in A1, put this in B1 and copy down

=YEAR(A1)

or, just format A1 and/or column A for Custom YYYY.....it will display just
the year, but the rest of the date will still be hidden in the cell.

Vaya con Dios,
Chuck, CABGx3
 

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