Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I am trying to date Concatenate 2 cells. One contains text the other date. How can I get the date to display as a date? =T6&" "&U6 returns ESTIMATE 40066 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
That's because the CONCATENATE formula joins two text strings together.
The result you are getting is converting the date 10/09/2009 (UK) into text. Perhaps you should approach from another angle. What are you trying to achieve? Why do you need to join these two cells in this way? -- Russell Dawson Excel Student Please hit "Yes" if this post was helpful. "gb_S49" wrote: Hi, I am trying to date Concatenate 2 cells. One contains text the other date. How can I get the date to display as a date? =T6&" "&U6 returns ESTIMATE 40066 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need to know the date of a movement for a report. The colomns contain over
2,000 rows. "Russell Dawson" wrote: That's because the CONCATENATE formula joins two text strings together. The result you are getting is converting the date 10/09/2009 (UK) into text. Perhaps you should approach from another angle. What are you trying to achieve? Why do you need to join these two cells in this way? -- Russell Dawson Excel Student Please hit "Yes" if this post was helpful. "gb_S49" wrote: Hi, I am trying to date Concatenate 2 cells. One contains text the other date. How can I get the date to display as a date? =T6&" "&U6 returns ESTIMATE 40066 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Try this: =T6&" " &TEXT(U6,"dd/mm/yyyy") |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Please try to give a fuller explanation of what it is you are doing.
Data origin/destination. Reasons. Examples. Etc. The more info you can give the easier it will be to assist. -- Russell Dawson Excel Student Please hit "Yes" if this post was helpful. "gb_S49" wrote: I need to know the date of a movement for a report. The colomns contain over 2,000 rows. "Russell Dawson" wrote: That's because the CONCATENATE formula joins two text strings together. The result you are getting is converting the date 10/09/2009 (UK) into text. Perhaps you should approach from another angle. What are you trying to achieve? Why do you need to join these two cells in this way? -- Russell Dawson Excel Student Please hit "Yes" if this post was helpful. "gb_S49" wrote: Hi, I am trying to date Concatenate 2 cells. One contains text the other date. How can I get the date to display as a date? =T6&" "&U6 returns ESTIMATE 40066 |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks for your assistance but now sorted
:-) ESTIMATE 08,Apr 2010 =T20&" "&TEXT(U20,"dd,MMM yyyy") "Russell Dawson" wrote: That's because the CONCATENATE formula joins two text strings together. The result you are getting is converting the date 10/09/2009 (UK) into text. Perhaps you should approach from another angle. What are you trying to achieve? Why do you need to join these two cells in this way? -- Russell Dawson Excel Student Please hit "Yes" if this post was helpful. "gb_S49" wrote: Hi, I am trying to date Concatenate 2 cells. One contains text the other date. How can I get the date to display as a date? =T6&" "&U6 returns ESTIMATE 40066 |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How can I get the date to display as a date?
=T6&" "&U6 returns ESTIMATE 40066 For the date in m/d/yyyy format... =T6&" "&TEXT(U6,"m/d/yyyy") -- Biff Microsoft Excel MVP "gb_S49" wrote in message ... Hi, I am trying to date Concatenate 2 cells. One contains text the other date. How can I get the date to display as a date? =T6&" "&U6 returns ESTIMATE 40066 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Simple concatenation including date | Excel Discussion (Misc queries) | |||
Date/Time concatenation | Excel Worksheet Functions | |||
Date in Concatenation | Excel Discussion (Misc queries) | |||
date and text concatenation | New Users to Excel | |||
Concatenation Help | Excel Worksheet Functions |