List

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

Guest

Hi! I have a long list of dates in column A. IN col B I want to have only the
year of the date in column A. The date is written like: YYYY-MM-DD. How can I
get only the year? Thanks alot!
 
Hi

In B1
=A1
Format>cells>Number>Custom> yyyy
Copy down

or
=TEXT(A1,"yyyy")
and copy down
 

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