Once a date in the \"mm/dd/yyyy\" format has been concatenated with a space and with text (e.g. \"05/03/2015 Summary Report\"), how could you copy this concatenated cell into an
=CONCATENATE(TEXT(A1,"mm/dd/yyyy")," Summary Report")
Where A1 is your cell with the date.