PC Review


Reply
Thread Tools Rate Thread

Adding text and date problem

 
 
newman
Guest
Posts: n/a
 
      17th May 2007
I have text in column 1, a date in column 2 and in column 3 I wish to
show the text followed by the date.
I have tried both Concatenate and & but the the result is text followed
by the underlying number representing the date. I cannot seem to format
this column to show the date as dd/mm/yy. Any suggestions?

Regards
 
Reply With Quote
 
 
 
 
Niek Otten
Guest
Posts: n/a
 
      17th May 2007
="Today is: "&TEXT(A1,"mm/dd/yyyy")

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"newman" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
|I have text in column 1, a date in column 2 and in column 3 I wish to
| show the text followed by the date.
| I have tried both Concatenate and & but the the result is text followed
| by the underlying number representing the date. I cannot seem to format
| this column to show the date as dd/mm/yy. Any suggestions?
|
| Regards


 
Reply With Quote
 
Erny
Guest
Posts: n/a
 
      17th May 2007
Example for text in Cell A1, date in cell B1: In C1, enter the formula

=A1&TEXT(B1,"dd/mm/yy")

Then copy downwards the formula for the range you wish to use.

Kind regards,
Erny

"newman" <(E-Mail Removed)> schrieb im Newsbeitrag
news:(E-Mail Removed)...
>I have text in column 1, a date in column 2 and in column 3 I wish to
> show the text followed by the date.
> I have tried both Concatenate and & but the the result is text followed
> by the underlying number representing the date. I cannot seem to format
> this column to show the date as dd/mm/yy. Any suggestions?
>
> Regards



 
Reply With Quote
 
newman
Guest
Posts: n/a
 
      21st May 2007
Niek Otten wrote:
>
> ="Today is: "&TEXT(A1,"mm/dd/yyyy")
>
> --
> Kind regards,
>
> Niek Otten
> Microsoft MVP - Excel
>
> "newman" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> |I have text in column 1, a date in column 2 and in column 3 I wish to
> | show the text followed by the date.
> | I have tried both Concatenate and & but the the result is text followed
> | by the underlying number representing the date. I cannot seem to format
> | this column to show the date as dd/mm/yy. Any suggestions?
> |
> | Regards


Thanks

I have one other question.

I have modified your info to also show the time using the now()
function.

However I have to press F9 to recalc this when I need to see the correct
time in the cell. Is it possible to have an automatic recalc occur at
set intervals or alternatively when that particular worksheet becomes
the active one?

Regards
 
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
adding text according to col with equal date Jack Sons Microsoft Excel Misc 2 27th Apr 2010 08:46 PM
Adding Text, Date and Numbers together in a formula Bazy2k Microsoft Excel Misc 2 17th Oct 2008 04:25 PM
Adding another Text Box Problem Bob V Microsoft Access 0 30th Nov 2007 09:09 PM
Re: Problem adding text Suzanne S. Barnhill Microsoft Word Document Management 0 5th Jan 2007 05:50 PM
Adding TEXT in front of a DATE formula RayD Microsoft Excel Misc 6 9th Oct 2003 09:21 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:53 AM.