Thread: Date formatting
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Toppers Toppers is offline
external usenet poster
 
Posts: 4,339
Default Date formatting

=TEXT(A1,"mm")

"Sandy" wrote:

Hello
Cell A1 7/1/2007
Cell A2 =month(a1) and returns 7 if I format as "MM" it returns 01. How do
I get this to return 07.
Thanks!