=MONTH(DATEVALUE("01-"&A21))
--
HTH
Bob Phillips
(replace xxxx in the email address with gmail if mailing direct)
"runsrealfast" <tay0...@yahoo.com> wrote in message
news:1150219563....@y43g2000cwc.googlegroups.com...
Here's one way:
=TEXT(DATEVALUE("1 " &A1&" 2000"),"m")
--ron