![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Location: Japan
Posts: 30
|
I would like to combine a text string with the date formula "=Today()" in a single cell such as:
="Transactions as of" Today() When I use an "&" to contect the text string and the date formula, the results is the value of the date. How do I get the correct date format? Thanks _________________ [ This Message was edited by: Hayesk on 2002-03-25 02:16 ] |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Quote:
="Transactions as of "&TEXT(TODAY(),"mm/dd/yy") Change the "mm/dd/yy" bit into one that you prefer. |
|
|
|
|
|
|
#3 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Auckland, New Zealand
Posts: 4,209
|
Quote:
="Transactions as of " & TEXT(TODAY(),"dd/mm/yy") Ivan |
|
|
|
|
|
|
#4 |
|
New Member
Join Date: Mar 2002
Location: Japan
Posts: 30
|
Thanks, works like a charm.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|