Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 23
Default date Concatenation

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 181
Default date Concatenation

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 23
Default date Concatenation

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 342
Default date Concatenation


Try this:

=T6&" " &TEXT(U6,"dd/mm/yyyy")
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 181
Default date Concatenation

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 23
Default date Concatenation

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default date Concatenation

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
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
Simple concatenation including date mike_vr Excel Discussion (Misc queries) 3 November 9th 09 03:53 PM
Date/Time concatenation Al Excel Worksheet Functions 4 March 17th 09 02:16 PM
Date in Concatenation FARAZ QURESHI Excel Discussion (Misc queries) 2 September 20th 07 04:55 PM
date and text concatenation littleps New Users to Excel 8 July 28th 05 11:23 AM
Concatenation Help Henry Excel Worksheet Functions 4 December 15th 04 08:21 PM


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