+ Reply to Thread
Results 1 to 3 of 3

concatenate dates?

  1. #1
    gavin
    Guest

    concatenate dates?

    Is it possible to concatenate dates? In A1 I have 01/01/05 and in B1 I have
    01/02/05. What I ant is for C1 to show "01/01/05 - 01/02/05" but when I try
    =A1&" - "&B1" I get "38353 - 38384".







    Gavin



  2. #2
    Jason Morin
    Guest

    Re: concatenate dates?

    Try:

    =TEXT(A1,"mm/dd/yy")&" - "&TEXT(B1,"mm/dd/yy")

    HTH
    Jason
    Atlanta, Ga

    >-----Original Message-----
    >Is it possible to concatenate dates? In A1 I have

    01/01/05 and in B1 I have
    >01/02/05. What I ant is for C1 to show "01/01/05 -

    01/02/05" but when I try
    >=A1&" - "&B1" I get "38353 - 38384".
    >
    >
    >
    >
    >
    >
    >
    >Gavin
    >
    >
    >.
    >


  3. #3
    gavin
    Guest

    Re: concatenate dates?

    Many thanks, Jason - much appreciated.



    Gavin



    "Jason Morin" <jasonjmorin@OPPOSITEOFCOLDmail.com> wrote in message
    news:017301c53a19$5ba23e40$a401280a@phx.gbl...
    > Try:
    >
    > =TEXT(A1,"mm/dd/yy")&" - "&TEXT(B1,"mm/dd/yy")
    >
    > HTH
    > Jason
    > Atlanta, Ga
    >
    > >-----Original Message-----
    > >Is it possible to concatenate dates? In A1 I have

    > 01/01/05 and in B1 I have
    > >01/02/05. What I ant is for C1 to show "01/01/05 -

    > 01/02/05" but when I try
    > >=A1&" - "&B1" I get "38353 - 38384".
    > >
    > >
    > >
    > >
    > >
    > >
    > >
    > >Gavin
    > >
    > >

    >




+ 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