+ Reply to Thread
Results 1 to 4 of 4

combining 2 dates into 1 cell

  1. #1
    LT GLM
    Guest

    combining 2 dates into 1 cell

    This what I would like to see in a cell A3. How do I put it into a formula?
    ex:
    A1 displays a date "2/1/06"
    A2 has function "date" which displays the current date "3/31/06"

    This is how I would like A3 to read: 2/1/06..3/31/06

    Any suggestions?
    --
    LT GLM

  2. #2
    Guest

    Re: combining 2 dates into 1 cell

    Hi

    Try something like this:
    =TEXT(A1,"dd/mm/yy")&" . . . "&TEXT(A2,"dd/mm/yy")

    Andy.

    "LT GLM" <[email protected]> wrote in message
    news:[email protected]...
    > This what I would like to see in a cell A3. How do I put it into a
    > formula?
    > ex:
    > A1 displays a date "2/1/06"
    > A2 has function "date" which displays the current date "3/31/06"
    >
    > This is how I would like A3 to read: 2/1/06..3/31/06
    >
    > Any suggestions?
    > --
    > LT GLM




  3. #3
    LT GLM
    Guest

    Re: combining 2 dates into 1 cell

    Thank you!!!!! It worked!
    --
    LT GLM


    "Andy" wrote:

    > Hi
    >
    > Try something like this:
    > =TEXT(A1,"dd/mm/yy")&" . . . "&TEXT(A2,"dd/mm/yy")
    >
    > Andy.
    >
    > "LT GLM" <[email protected]> wrote in message
    > news:[email protected]...
    > > This what I would like to see in a cell A3. How do I put it into a
    > > formula?
    > > ex:
    > > A1 displays a date "2/1/06"
    > > A2 has function "date" which displays the current date "3/31/06"
    > >
    > > This is how I would like A3 to read: 2/1/06..3/31/06
    > >
    > > Any suggestions?
    > > --
    > > LT GLM

    >
    >
    >


  4. #4
    Guest

    Re: combining 2 dates into 1 cell

    Thanks for the feedback!

    Andy.

    "LT GLM" <[email protected]> wrote in message
    news:[email protected]...
    > Thank you!!!!! It worked!
    > --
    > LT GLM
    >
    >
    > "Andy" wrote:
    >
    >> Hi
    >>
    >> Try something like this:
    >> =TEXT(A1,"dd/mm/yy")&" . . . "&TEXT(A2,"dd/mm/yy")
    >>
    >> Andy.
    >>
    >> "LT GLM" <[email protected]> wrote in message
    >> news:[email protected]...
    >> > This what I would like to see in a cell A3. How do I put it into a
    >> > formula?
    >> > ex:
    >> > A1 displays a date "2/1/06"
    >> > A2 has function "date" which displays the current date "3/31/06"
    >> >
    >> > This is how I would like A3 to read: 2/1/06..3/31/06
    >> >
    >> > Any suggestions?
    >> > --
    >> > LT GLM

    >>
    >>
    >>




+ 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