PDA

View Full Version : [SOLVED:] Help Using Excel Month Function



akers77
05-28-2014, 01:27 PM
Hi,


I need some help transferring a portion of a date from one excel to another. On the file attached, the 1st column lists the date, and the second column needs to show the date in text format


3-Jan-14 —> “January”


Any ideas how this can be done?


Many thanks!


-Andrew

tcambridge
05-28-2014, 02:21 PM
Try this:

=Text(B3,"mmmmmmm")

westconn1
05-28-2014, 02:25 PM
try
=TEXT(B6,"mmmm")

akers77
05-28-2014, 02:38 PM
try
=TEXT(B6,"mmmm")

Worked just fine! Many thanks!:cloud9: