Concatening a text and a date

C

c991257

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 th
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ølle
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top