![]() |
![]() |
|
|||||||
| 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 |
|
Join Date: Feb 2002
Location: East Coast
Posts: 23
|
I'm trying to concatenate dates in two columns into a third. The entries in A1 and B1 are in mm/dd/yy format, ie, 05/23/96 and 11/09/98. In G1 I typed: =A1&"-"&B1. What resulted was 35208-36108, which represents those dates in serial format. How can I get that to appear as mm/dd/yy? Thanks.
|
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,653
|
=TEXT(A1,"mm/dd/yy - ")&TEXT(B1,"mm/dd/yy")
|
|
|
|
|
|
#3 |
|
Join Date: Feb 2002
Location: East Coast
Posts: 23
|
Thanks, Mark. Works fine.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|