paste special not working

D

dindigul

Hello
In a column I entered dates like 09/27/1958. I then formatted it using mmmm
to get month name. In next col. I wanted the month names and hence I copied
the full column of dates, clicked on next column, from paste special I chose
values, but again it result as "09/27/1958". what wrong am I doing?
Thanks
 
S

Stefi

Value in a date cell is a number representing the date, it remains the same
number when pasted.
Use
=TEXT(A1,"mmmm")
in the result cell to get month name!

Regards,
Stefi

„dindigul†ezt írta:
 
J

Joel

Value in a date cell is a number representing the date, it remains the same
number when pasted.
Use
=TEXT(A1,"mmmm")
in the result cell to get month name!

Regards,
Stefi

„dindigul†ezt írta:
 

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

Top