Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How do I concatenate two cells - one with a start date and the other with an
end date without Excel changing it to date values? i.e I want to end up with 01/01/2006 - 31/12/2006 not 38718-39082 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One way:
=TEXT(A1,"dd/mm/yyyy - ") & TEXT(B1,"dd/mm/yyyy") In article , "Hilton" wrote: How do I concatenate two cells - one with a start date and the other with an end date without Excel changing it to date values? i.e I want to end up with 01/01/2006 - 31/12/2006 not 38718-39082 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Works, than you!
"JE McGimpsey" wrote in message ... One way: =TEXT(A1,"dd/mm/yyyy - ") & TEXT(B1,"dd/mm/yyyy") In article , "Hilton" wrote: How do I concatenate two cells - one with a start date and the other with an end date without Excel changing it to date values? i.e I want to end up with 01/01/2006 - 31/12/2006 not 38718-39082 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Concatenate & Date | Excel Worksheet Functions | |||
Is there a way to concatenate date and time? | Excel Discussion (Misc queries) | |||
I know how to concatenate ,can one de-concatenate to split date? | New Users to Excel | |||
Date CONCATENATE | Excel Worksheet Functions | |||
concatenate text and date | Excel Discussion (Misc queries) |