Thread: date to text
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Niek Otten Niek Otten is offline
external usenet poster
 
Posts: 3,440
Default date to text

Format Custom as "mmmm yyyy"
Or use the TEXT function:
=TEXT(A1,"mmmm yyyy")

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Arain" wrote in message
...
I have a date format 10/1/2008 and 10/2/2008 which i want to convert to
just
October 2008 and drop the day date completely . can i extract just the
month
and the year and display it in text.

Appreciate your help