Thread: Extract Month
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
FSt1 FSt1 is offline
external usenet poster
 
Posts: 3,942
Default Extract Month

hi,
date in a1....
=text(a1,"mmmm")

regards
FSt1

"John Moore" wrote:

Hi guys, Looking for a way to extract the month from the following date....

01/03/2007 00:00
I need the formula to pull out the month ( 03 ) and give it it's name ,, as
in March for 03 ,, can this be done ?