Excel Date and Time Function

L

larsonkath

I have a column of dates formatted as m/d/yyyy and another column of
times formatted as hh:mm:ss. I would like to merge them into one
column. When I concatenate to do this the format of the date changes
to a serial number and I can't get it to be formatted in m/d/yyyy.
 
D

David Biddulph

And format the result cell as d/m/yyyy hh:mm:ss, or whatever you're looking
for.
 
Top