+ Reply to Thread
Results 1 to 6 of 6

Formula needed for date range

  1. #1
    klt
    Guest

    Formula needed for date range

    A5 is 1st Date
    A90 is 2nd Date (2nd date is always 14 days later than A5 Date)

    Text and Format wanted is
    Dates: 04/11/05 - 04/25/05

  2. #2
    Jim Thomlinson
    Guest

    RE: Formula needed for date range

    Here is a formula that will give you the text of what you asked for.

    =TEXT(A5, "mm/dd/yy") &" - " & TEXT(A5+14, "mm/dd/yy")

    Note that this formula returns a text string not a date that Excel can
    interpret...without a little bit of work...

    HTH

    "klt" wrote:

    > A5 is 1st Date
    > A90 is 2nd Date (2nd date is always 14 days later than A5 Date)
    >
    > Text and Format wanted is
    > Dates: 04/11/05 - 04/25/05


  3. #3
    JE McGimpsey
    Guest

    Re: Formula needed for date range

    One way:

    =TEXT(A5,"mm/dd/yy - ") & TEXT(A5+14,"mm/dd/yy")

    In article <3F77B84C-3214-4A25-B01A-FFCEADAB3956@microsoft.com>,
    klt <klt@discussions.microsoft.com> wrote:

    > A5 is 1st Date
    > A90 is 2nd Date (2nd date is always 14 days later than A5 Date)
    >
    > Text and Format wanted is
    > Dates: 04/11/05 - 04/25/05


  4. #4
    klt
    Guest

    RE: Formula needed for date range

    Thank you Jim. I've been working on this forever. I'm not very good with
    formulas. I really appreciate your response.

    klt

    "Jim Thomlinson" wrote:

    > Here is a formula that will give you the text of what you asked for.
    >
    > =TEXT(A5, "mm/dd/yy") &" - " & TEXT(A5+14, "mm/dd/yy")
    >
    > Note that this formula returns a text string not a date that Excel can
    > interpret...without a little bit of work...
    >
    > HTH
    >
    > "klt" wrote:
    >
    > > A5 is 1st Date
    > > A90 is 2nd Date (2nd date is always 14 days later than A5 Date)
    > >
    > > Text and Format wanted is
    > > Dates: 04/11/05 - 04/25/05


  5. #5
    Bob Phillips
    Guest

    Re: Formula needed for date range

    =TEXT(A5,"mm/dd/.yy")&" - "&TEXT(A90,"mm/dd/yy")

    --

    HTH

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


    "klt" <klt@discussions.microsoft.com> wrote in message
    news:3F77B84C-3214-4A25-B01A-FFCEADAB3956@microsoft.com...
    > A5 is 1st Date
    > A90 is 2nd Date (2nd date is always 14 days later than A5 Date)
    >
    > Text and Format wanted is
    > Dates: 04/11/05 - 04/25/05




  6. #6
    klt
    Guest

    Re: Formula needed for date range

    Thank you JE.

    "JE McGimpsey" wrote:

    > One way:
    >
    > =TEXT(A5,"mm/dd/yy - ") & TEXT(A5+14,"mm/dd/yy")
    >
    > In article <3F77B84C-3214-4A25-B01A-FFCEADAB3956@microsoft.com>,
    > klt <klt@discussions.microsoft.com> wrote:
    >
    > > A5 is 1st Date
    > > A90 is 2nd Date (2nd date is always 14 days later than A5 Date)
    > >
    > > Text and Format wanted is
    > > Dates: 04/11/05 - 04/25/05

    >


+ 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