Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Ken G.
 
Posts: n/a
Default Include date in concatenate statement

I wish to include today's date in a concatenated statement, but it always
shows up as the date number instead of the date. How do I show the date?
  #2   Report Post  
Bob Umlas
 
Posts: n/a
Default

Instead of using TODAY() or a reference to a cell which contains TODAY(),
you need to embed it in a TEXT function, like:
="TODAY IS "&TEXT(TODAY(),"m/d/yy")&"."

Bob Umlas
Excel MVP

"Ken G." wrote in message
...
I wish to include today's date in a concatenated statement, but it always
shows up as the date number instead of the date. How do I show the date?



  #3   Report Post  
JMB
 
Posts: n/a
Default

="Today's date is "&TEXT(TODAY(),"mm/dd/yyyy")&"."


"Ken G." wrote:

I wish to include today's date in a concatenated statement, but it always
shows up as the date number instead of the date. How do I show the date?

  #4   Report Post  
Biff
 
Posts: n/a
Default

Hi!

It would have been better had you posted the formula.

Use this in place of TODAY():

TEXT(TODAY(),"m/d/yyyy")

You can change the "m/d/yyyy" format to whatever format you want:
"d/m/yyyy", "yyyy/m/d", "m/d/yy", etc.

Biff

"Ken G." wrote in message
...
I wish to include today's date in a concatenated statement, but it always
shows up as the date number instead of the date. How do I show the date?



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
If statement with date Tanya Excel Discussion (Misc queries) 4 May 20th 05 01:42 AM
how to include real time & date on a worksheet nde Excel Discussion (Misc queries) 1 March 23rd 05 06:43 PM
Date Math Problem Dkline Excel Worksheet Functions 4 March 4th 05 04:11 PM
date and time ladimples247 New Users to Excel 2 February 16th 05 08:52 PM
Need help troubleshooting an array formula XLXP on Win2K KR Excel Worksheet Functions 1 December 13th 04 07:41 PM


All times are GMT +1. The time now is 07:43 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"