+ Reply to Thread
Results 1 to 5 of 5

Date Question

  1. #1
    John
    Guest

    Date Question

    I am creating a worksheet that will last specific dates in column B. In
    Colum C I want it to just list the month. There is going to be about 20-100
    lines for each day, so i guess i want to use a formula that says if b6 =
    1/15/2006 then in column c6 put January, etc. Is that possible?

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    Try this formula

    =IF(B1<>"",TEXT(B1,"mmmm"),"")

    or

    =IF(B1<>"",B1,"")

    and format cell as "mmmm"
    Last edited by daddylonglegs; 01-15-2006 at 02:22 PM.

  3. #3
    Dave Peterson
    Guest

    Re: Date Question

    Maybe you could use:

    =text(B6,"mmmm")

    or just:
    =b6
    but give it custom format of mmmm



    John wrote:
    >
    > I am creating a worksheet that will last specific dates in column B. In
    > Colum C I want it to just list the month. There is going to be about 20-100
    > lines for each day, so i guess i want to use a formula that says if b6 =
    > 1/15/2006 then in column c6 put January, etc. Is that possible?


    --

    Dave Peterson

  4. #4
    Bob Phillips
    Guest

    Re: Date Question

    How about just formatting column B as

    d mmmm yyyy

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "John" <[email protected]> wrote in message
    news:[email protected]...
    > I am creating a worksheet that will last specific dates in column B. In
    > Colum C I want it to just list the month. There is going to be about

    20-100
    > lines for each day, so i guess i want to use a formula that says if b6 =
    > 1/15/2006 then in column c6 put January, etc. Is that possible?




  5. #5
    Peo Sjoblom
    Guest

    Re: Date Question

    =TEXT(B6,"mmmm")



    --
    Regards,

    Peo Sjoblom

    Portland, Oregon




    "John" <[email protected]> wrote in message
    news:[email protected]...
    >I am creating a worksheet that will last specific dates in column B. In
    > Colum C I want it to just list the month. There is going to be about
    > 20-100
    > lines for each day, so i guess i want to use a formula that says if b6 =
    > 1/15/2006 then in column c6 put January, etc. Is that possible?



+ 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