Apologies for not challenging with a good VBA question, this is mighty basic.
Trying to convert a month number to three letters is returning "Jan" and not the correct month.
I have a date in Col A : 7/11/11
I have converted to month in Col B using =Text(Month(A1),"MMM")
Every month displays "Jan". Even typing in 7 without the date conversion and using the Text formula returns "Jan". Thanks.
Trying to convert a month number to three letters is returning "Jan" and not the correct month.
I have a date in Col A : 7/11/11
I have converted to month in Col B using =Text(Month(A1),"MMM")
Every month displays "Jan". Even typing in 7 without the date conversion and using the Text formula returns "Jan". Thanks.