J J9 Sep 8, 2009 #1 Dear Excel How do i concatenate two date fields with out losing the date format? Thanks
R Rick Rothstein Sep 8, 2009 #2 Use the TEXT function. For example... =TEXT(A1,"mm/dd/yyyy")&" - "&TEXT(A2,"mm/dd/yyyy") where A1 and A2 are assumed to hold your dates and that the format you want your dates in are mm/dd/yyyy.
Use the TEXT function. For example... =TEXT(A1,"mm/dd/yyyy")&" - "&TEXT(A2,"mm/dd/yyyy") where A1 and A2 are assumed to hold your dates and that the format you want your dates in are mm/dd/yyyy.