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
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
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
>
>
>.
>
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
> >
> >
>
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks