How do I combine 2 sets of dates using concatenate function?
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"
|