Concatenate Custom Dates and Times

M

MadHydroSavant

I have two columns with custom formats mmddyyyy and hhmm. I need to combine
them to create mmddyyyyhhmm. The file will ultimately be saved as a .csv
 
D

Dave Peterson

=a1+b1
and format as mmddyyyyhhmm
(With dates in column A and times in column B)
 
Top