Thread: Date Question
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
daddylonglegs
 
Posts: n/a
Default Date Question


Try this formula

=IF(B1<"",TEXT(MONTH(B1),"mmmm"),"")

or

=IF(B1<"",B1,"")

and format cell as "mmmm"


--
daddylonglegs
------------------------------------------------------------------------
daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486
View this thread: http://www.excelforum.com/showthread...hreadid=501495