Date format from numbers to a real date?

B

Brw

I have two colunns,

column A has a real date i.e. 12/31/08
column B has test i.e. Calendar Year

I want column C to read in one line "12/31/08: Calendar Year"

So I entered the following formula in column C:
=A1 & ": " & A2

It works but it looks like this - - - "38717: Calendar Year" ???
I want to then copy/paste special so that I have this actual info to upload
into another program.

How do I format column C so that I get the 12/31/08 to appear in the results?
 
G

Glenn

Brw said:
I have two colunns,

column A has a real date i.e. 12/31/08
column B has test i.e. Calendar Year

I want column C to read in one line "12/31/08: Calendar Year"

So I entered the following formula in column C:
=A1 & ": " & A2

It works but it looks like this - - - "38717: Calendar Year" ???
I want to then copy/paste special so that I have this actual info to upload
into another program.

How do I format column C so that I get the 12/31/08 to appear in the results?


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

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