ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Concatening a text and a date (https://www.excelbanter.com/excel-worksheet-functions/100234-concatening-text-date.html)

c991257

Concatening a text and a date
 

Hi

I'm having trouble concatenating a text string with a date:

I cell a1 I have the date 03-may-06

In a different cell I have the function:
=CONCATENATE(" This date: ",a1)

which returns:

This date: 38840.

I can't seem to find a function that converts the serial back to the
date format that I entered.

I could use =CONCATENATE("This date: ",
DATE(YEAR(A1),MONTH(A1),DAY(A1)))

But that gives me
This date: 03/05/2006

Anyone?

/Møller


--
c991257
------------------------------------------------------------------------
c991257's Profile: http://www.excelforum.com/member.php...o&userid=36549
View this thread: http://www.excelforum.com/showthread...hreadid=563008


Bearacade

Concatening a text and a date
 

=CONCATENATE(" This date: ",TEXT(A1,"dd-mmm-yy"))


--
Bearacade


------------------------------------------------------------------------
Bearacade's Profile: http://www.excelforum.com/member.php...o&userid=35016
View this thread: http://www.excelforum.com/showthread...hreadid=563008


Alan

Concatening a text and a date
 
Try with the date in A1,
="This Date: "&TEXT(A1,"dd-mmm-yy")
Regards,
Alan.
"c991257" wrote in
message ...

Hi

I'm having trouble concatenating a text string with a date:

I cell a1 I have the date 03-may-06

In a different cell I have the function:
=CONCATENATE(" This date: ",a1)

which returns:

This date: 38840.

I can't seem to find a function that converts the serial back to the
date format that I entered.

I could use =CONCATENATE("This date: ",
DATE(YEAR(A1),MONTH(A1),DAY(A1)))

But that gives me
This date: 03/05/2006

Anyone?

/Møller


--
c991257
------------------------------------------------------------------------
c991257's Profile:
http://www.excelforum.com/member.php...o&userid=36549
View this thread: http://www.excelforum.com/showthread...hreadid=563008




c991257

Concatening a text and a date
 

Thanks

/Møller


--
c991257
------------------------------------------------------------------------
c991257's Profile: http://www.excelforum.com/member.php...o&userid=36549
View this thread: http://www.excelforum.com/showthread...hreadid=563008



All times are GMT +1. The time now is 04:16 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com