ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Simple question.... (https://www.excelbanter.com/excel-discussion-misc-queries/130676-simple-question.html)

Omakbob

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

Dave Peterson

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

Dave F

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


Omakbob

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


Omakbob

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


David Biddulph

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





All times are GMT +1. The time now is 08:50 PM.

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