+ Reply to Thread
Results 1 to 5 of 5

Pulling the first two letter out of the month field

  1. #1
    Forum Contributor
    Join Date
    05-04-2013
    Location
    USA
    MS-Off Ver
    Excel 365
    Posts
    184

    Pulling the first two letter out of the month field

    I would like to pull the month from 11/22/1982. In this case the function should return 11. Is there a formula to do that?

    Thanks

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Pulling the first two letter out of the month field

    Try the MONTH function.

    Like this:

    =MONTH("11/22/1982")

    or this:

    =MONTH(DATE(1982,11,22))

    or this:

    =MONTH(A1)
    where the date is in cell A1.

  3. #3
    Registered User
    Join Date
    06-14-2019
    Location
    Charlotte, NC, USA
    MS-Off Ver
    Office 365
    Posts
    20

    Re: Pulling the first two letter out of the month field

    If you want the actual letters... you can get it by LEFT ( TEXT( your date , "mmm") , 2)
    Last edited by izzy-analytics; 06-14-2019 at 02:25 PM.

  4. #4
    Forum Contributor
    Join Date
    05-04-2013
    Location
    USA
    MS-Off Ver
    Excel 365
    Posts
    184

    Re: Pulling the first two letter out of the month field

    wow nice the MONTH function is exactly what i need. Thanks!

  5. #5
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Pulling the first two letter out of the month field

    You're welcome. Happy to help.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Pulling the letter number 5 from left
    By makinmomb in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-08-2017, 03:14 PM
  2. Pulling data out of a 'memo' field
    By johncassell in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-31-2016, 06:52 AM
  3. [SOLVED] PowerPivot: Merge Month Field and Year Field Into a Date Field
    By mo4391 in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 07-17-2015, 11:59 AM
  4. How do I extract the first letter of three words from a text field
    By thomashasler in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-13-2015, 05:08 PM
  5. Strip a letter from the end of a numeric field
    By Olivepetunia in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-29-2013, 11:11 AM
  6. Split rows based on Month value in Month field
    By NKRA in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-25-2012, 06:01 AM
  7. [SOLVED] Converting a date field into a month-year only field
    By C.Hirsch in forum Excel General
    Replies: 1
    Last Post: 04-24-2006, 07:15 PM

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1