Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Glenda
 
Posts: n/a
Default MM/DD/YYYY format Today

I need a cell that will concatenate a message "User Added by Glenda on " and
then today's date in mm/dd/yyyy format.
I'm trying
= "User Added by Glenda on "&Today()
the today comes back as the number 37307. I understand that this is the
37307 day from ... I tried to change the format by going to the tools menu
and options and Calculations and 1904... I even tried to insert another
column to hold the date and then push them together and in the "user added
by" cell I still got this number 37307.
What am I doing wrong?
  #2   Report Post  
Posted to microsoft.public.excel.misc
bpeltzer
 
Posts: n/a
Default MM/DD/YYYY format Today

Use TEXT to format the date:
="User Added by Glenda on " & text(today(),"mm/dd/yyyy")

"Glenda" wrote:

I need a cell that will concatenate a message "User Added by Glenda on " and
then today's date in mm/dd/yyyy format.
I'm trying
= "User Added by Glenda on "&Today()
the today comes back as the number 37307. I understand that this is the
37307 day from ... I tried to change the format by going to the tools menu
and options and Calculations and 1904... I even tried to insert another
column to hold the date and then push them together and in the "user added
by" cell I still got this number 37307.
What am I doing wrong?

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
why does currency format change to number format? Cassie Excel Discussion (Misc queries) 3 March 18th 05 06:57 PM
Opening a csv file with US date format on a Australian PC Troy Lea Excel Discussion (Misc queries) 2 March 16th 05 10:05 PM
Keep custom format in new worksheet Buddy Excel Discussion (Misc queries) 2 March 14th 05 10:03 AM
Copying a conditional format Meaux Excel Worksheet Functions 2 November 29th 04 10:19 AM
When I select "format cells", the format dialog box does not disp. Andy S. Excel Worksheet Functions 2 November 23rd 04 03:49 AM


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