Consulting

Results 1 to 4 of 4

Thread: Help Using Excel Month Function

  1. #1
    VBAX Regular
    Joined
    Dec 2013
    Posts
    10
    Location

    Help Using Excel Month Function

    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
    Attached Files Attached Files

  2. #2
    Try this:

    =Text(B3,"mmmmmmm")

  3. #3
    try
    =TEXT(B6,"mmmm")

  4. #4
    VBAX Regular
    Joined
    Dec 2013
    Posts
    10
    Location
    Quote Originally Posted by westconn1 View Post
    try
    =TEXT(B6,"mmmm")
    Worked just fine! Many thanks!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •