Maybe
=TEXT(MONTH(C3),"mmmm")
VBA Noob
Maybe
=TEXT(MONTH(C3),"mmmm")
VBA Noob
_________________________________________
![]()
![]()
Credo Elvem ipsum etian vivere
_________________________________________
A message for cross posters
Please remember to wrap code.
Forum Rules
Please add to your signature if you found this link helpful. Excel links !!!
Thank you for your quick response!
I tried what you suggested, however, it's always returning January as the answer, regardless of the month it's in.
If I do =MONTH(C3) (or C4, C5, etc.), it does return the correct numerical month (i.e. 2 for February, 9 for September, etc.).
Sorry,
Didn't test.
Quickest way is enter =C3 in B3 then custom format as "mmmm"
or you could use
=CHOOSE(MONTH(C3),"January","February","March","April","May","June","July","August","September","October","November","December")
VBA Noob
Thank you, the choose formula worked perfectly!
Glad it helped
Here's another way
=TEXT(C3,"MMMM")
VBA Noob
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks