Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
brw brw is offline
external usenet poster
 
Posts: 6
Default Date format from numbers to a real date?

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?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default Date format from numbers to a real date?

Brw wrote:
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
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default Date format from numbers to a real date?

Remember that Excel maintains dates as date serial numbers. January 1, 1900
is day 1, January 2, 1900 is day 2, December 25, 2008 is day 39,807,
December 31, 9999 is day 2,958,465. When you see the number 39,807 formatted
as "dddd, mmmm dd, yyyy", you get Thursday, December 25, 2008. What you
refer to as a "real date" is actually just a number formatted to look like a
date.

Tyro

"Brw" wrote in message
...
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?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Displaying date as a real number botany_girl Excel Discussion (Misc queries) 16 November 18th 08 04:06 AM
date in text format as a real date Mortir Excel Worksheet Functions 2 November 26th 07 06:03 PM
Converting Numbers to Date Format MB Excel Worksheet Functions 2 February 6th 07 10:49 PM
Help: How do I convert a text date into a real date format japorms Excel Worksheet Functions 4 August 2nd 06 06:36 PM
real date for column Jay New Users to Excel 2 October 17th 05 06:19 PM


All times are GMT +1. The time now is 07:15 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"