Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Sample:
Cell A1 26-Mar-08 Cell A2 25-Apr-08 to get "26-Mar-08 to 25-Apr-08" |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this:
=TEXT(A1,"dd-mmm-yy")&" to "&TEXT(A2,"dd-mmm-yy") Hope this helps. Pete On Aug 22, 1:10*am, JunIX wrote: Sample: Cell A1 * *26-Mar-08 Cell A2 * *25-Apr-08 to get "26-Mar-08 to 25-Apr-08" |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=FORMAT(A1,"dd-mmm-yyyy") & " to " & FORMAT(A2,"dd-mmm-yyyy")
-- HTH, Barb Reinhardt "JunIX" wrote: Sample: Cell A1 26-Mar-08 Cell A2 25-Apr-08 to get "26-Mar-08 to 25-Apr-08" |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Oops, that should have been
= TEXT(A1,"dd-mmm-yyyy") & " to " & TEXT(A2,"dd-mmm-yyyy") -- HTH, Barb Reinhardt "JunIX" wrote: Sample: Cell A1 26-Mar-08 Cell A2 25-Apr-08 to get "26-Mar-08 to 25-Apr-08" |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Mate, you are a legend. It worked.
"Pete_UK" wrote: Try this: =TEXT(A1,"dd-mmm-yy")&" to "&TEXT(A2,"dd-mmm-yy") Hope this helps. Pete On Aug 22, 1:10 am, JunIX wrote: Sample: Cell A1 26-Mar-08 Cell A2 25-Apr-08 to get "26-Mar-08 to 25-Apr-08" |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Okay, thanks for feeding back.
Pete On Aug 22, 1:37*am, JunIX wrote: Mate, you are a legend. It worked. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combine 2 sets of data | Excel Discussion (Misc queries) | |||
Working with data sets with disparate dates | Excel Discussion (Misc queries) | |||
is it possible to combine data sets, eliminating duplicates? | Excel Worksheet Functions | |||
Combine 2 cells without using the CONCATENATE function | Excel Worksheet Functions | |||
How to combine two data sets with one category of variable in com. | New Users to Excel |