+ Reply to Thread
Results 1 to 3 of 3

Extract part of a string

  1. #1
    Registered User
    Join Date
    05-24-2007
    Posts
    12

    Extract part of a string

    I am hoping someone out there knows an efficient way to do this:

    I have a very large project, part of which entails documenting when expenses are paid then displaying monthly totals. The problem I have is I have no way of knowing when the bill will get paid until the actual invoice comes.

    I need to have minimal data entry and am trying to get as much to auto fill as possible.

    Here's what I want to do:

    User enters date invoice is paid (3/17/2007)
    function extracts the month (march=3 etc.) and displays the name of the month.

    Question: what's the best function to use to do this and what is the syntax?

    on a separate sheet, the totals for each month are summed and displayed which I can do myself.

  2. #2
    Forum Expert
    Join Date
    12-29-2004
    Location
    Michigan, USA
    MS-Off Ver
    2013
    Posts
    2,208
    You could just use the same date that is input, and custom format as mmmm, which will display the full month name.

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    Or you could use this formula in another cell where your date is in A1

    =TEXT(A1,"mmmm")

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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