![]() |
![]() |
|
|||||||
| 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: Feb 2002
Posts: 1
|
I'm trying to concatenate a cell with text and a cell that contains a formula. The concatenate cell is working, however, the cell with a formula is in date format (mm/dd/yy), but when it is added to the text it shows as a numerical date (ex: 01/14/02 = 37270). How do I get the date to show in the destination cell in the mm/dd/yy format? I need destination cell to look like this : Week of 01/14/02 not Week of 37270.
|
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Quote:
|
|
|
|
|
|
|
#3 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Denver, CO
Posts: 1,744
|
try
="week of "&TEXT(A1,"mm/dd/yy") good luck Quote:
|
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|