#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Simple question....

but I can't figure out the answer. I have the following formula in a cell:

=CONCATENATE("Effective Date: ",SIC!I21)

SIC!I21 is a date, but in the cell with the above formula, it shows up as
39173 when it should read 04/01/07.

How do I get it to change from 39173 to 04/01/07?

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Simple question....

=CONCATENATE("Effective Date: ",text(SIC!I21,"mm/dd/yyyy")
or just:
="Effective Date: " & text(SIC!I21,"mm/dd/yyyy")


Omakbob wrote:

but I can't figure out the answer. I have the following formula in a cell:

=CONCATENATE("Effective Date: ",SIC!I21)

SIC!I21 is a date, but in the cell with the above formula, it shows up as
39173 when it should read 04/01/07.

How do I get it to change from 39173 to 04/01/07?

Thanks


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default Simple question....

See here for a way: http://www.mrexcel.com/archive/Dates/28708.html

Dave
--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.


"Omakbob" wrote:

but I can't figure out the answer. I have the following formula in a cell:

=CONCATENATE("Effective Date: ",SIC!I21)

SIC!I21 is a date, but in the cell with the above formula, it shows up as
39173 when it should read 04/01/07.

How do I get it to change from 39173 to 04/01/07?

Thanks

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Simple question....

Thank you very much!!!

"Dave F" wrote:

See here for a way: http://www.mrexcel.com/archive/Dates/28708.html

Dave
--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.


"Omakbob" wrote:

but I can't figure out the answer. I have the following formula in a cell:

=CONCATENATE("Effective Date: ",SIC!I21)

SIC!I21 is a date, but in the cell with the above formula, it shows up as
39173 when it should read 04/01/07.

How do I get it to change from 39173 to 04/01/07?

Thanks

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Simple question....

Thank you very much!

"Dave Peterson" wrote:

=CONCATENATE("Effective Date: ",text(SIC!I21,"mm/dd/yyyy")
or just:
="Effective Date: " & text(SIC!I21,"mm/dd/yyyy")


Omakbob wrote:

but I can't figure out the answer. I have the following formula in a cell:

=CONCATENATE("Effective Date: ",SIC!I21)

SIC!I21 is a date, but in the cell with the above formula, it shows up as
39173 when it should read 04/01/07.

How do I get it to change from 39173 to 04/01/07?

Thanks


--

Dave Peterson



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 620
Default Simple question....

=CONCATENATE("Effective Date: ",TEXT(SIC!I21,"mm/dd/yy"))
or alter the format element of the TEXT function to suit.
--
David Biddulph

"Omakbob" wrote in message
...
but I can't figure out the answer. I have the following formula in a
cell:

=CONCATENATE("Effective Date: ",SIC!I21)

SIC!I21 is a date, but in the cell with the above formula, it shows up as
39173 when it should read 04/01/07.

How do I get it to change from 39173 to 04/01/07?

Thanks



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
Maybe this is a simple question www Excel Worksheet Functions 8 February 6th 07 03:34 PM
Simple question..I think Levi Excel Discussion (Misc queries) 1 May 4th 06 08:34 PM
Simple question MasterMind Charts and Charting in Excel 1 October 1st 05 02:45 PM
Simple Simple Excel usage question BookerW Excel Discussion (Misc queries) 1 June 23rd 05 10:06 PM
Simple VBA question Mark1 Excel Discussion (Misc queries) 1 November 30th 04 10:25 PM


All times are GMT +1. The time now is 09:43 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"