PC Review


Reply
Thread Tools Rate Thread

date Concatenation

 
 
gb_S49
Guest
Posts: n/a
 
      11th Apr 2010
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 With Quote
 
 
 
 
gb_S49
Guest
Posts: n/a
 
      11th Apr 2010
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
> >

 
Reply With Quote
 
T. Valko
Guest
Posts: n/a
 
      11th Apr 2010
>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" <(E-Mail Removed)> wrote in message
news:783D01EC-22A7-4444-905F-(E-Mail Removed)...
> 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 With Quote
 
gb_S49
Guest
Posts: n/a
 
      11th Apr 2010
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
> >

 
Reply With Quote
 
tompl
Guest
Posts: n/a
 
      11th Apr 2010

Try this:

=T6&" " &TEXT(U6,"dd/mm/yyyy")
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Date in Concatenation =?Utf-8?B?RkFSQVogUVVSRVNISQ==?= Microsoft Excel Misc 2 20th Sep 2007 04:55 PM
Date Concatenation =?Utf-8?B?TWljaGFlbCBDb25yb3k=?= Microsoft Access Reports 3 19th Jun 2007 11:27 PM
Date Concatenation =?Utf-8?B?S2lt?= Microsoft Access VBA Modules 2 13th Mar 2006 08:04 PM
date and text concatenation littleps Microsoft Excel New Users 8 28th Jul 2005 11:23 AM
concatenation of a date =?Utf-8?B?UGllcnM=?= Microsoft Access 3 10th Nov 2003 05:10 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:14 AM.